#a25f38

Color #A25F38 Desert (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert #A25F38

Tints of Desert #A25F38

Color information

#A25F38 (or 0xA25F38) is unknown color: approx Desert. HEX triplet: A2, 5F and 38. RGB value is (162,95,56). Sum of RGB (Red+Green+Blue) = 162+95+56=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25F38 is #5DA0C7. Grayscale: #6E6E6E. Windows color (decimal): -6136008 or 3694498. OLE color: 3694498.

HSL color Cylindrical-coordinate representation of color #A25F38: hue angle of 22.08º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A25F38 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1629556-
CMYK00.410.650.36
HSL22.08º48.62%42.75%-
HSV(B)22.08º65.43%63.53%-
XYZ19.7116.155.82-
YUV110.5997.2164.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=51.76%
G=30.35%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162955600.410.650.3622.0848.6242.75
HexA25F38029412416312b
Octal2421377005110144266153
Binary1010001010111111110000101001100000110010010110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a25f38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a25f38; }

 p { color: rgb(162,95,56); }

 H1.HeaderClassName
 {
   color: #a25f38;
 }
 .AnyTagClassName
 {
   color: #a25f38;
 }
</style>
background-color css

<style>
 a { background-color: #a25f38; }

 a { background-color: rgb(162,95,56); }

 div.DivClassName
 {
   background-color: #a25f38;
 }
 .BgClassName
 {
   background-color: #a25f38;
 }
</style>
border-color css

<style>
 span { border-color: #a25f38; }

 span { border-color: rgb(162,95,56); }

 td.TdClassName
 {
   border-color: #a25f38;
 }
 .TagClassName
 {
   border-color: #a25f38;
 }
</style>