#A25B38

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

Shades of Desert #A25B38

Tints of Desert #A25B38

Color information

#A25B38 (or 0xA25B38) is unknown color: approx Desert. HEX triplet: A2, 5B and 38. RGB value is (162,91,56). Sum of RGB (Red+Green+Blue) = 162+91+56=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B38 is #5DA4C7. Grayscale: #6C6C6C. Windows color (decimal): -6137032 or 3693474. OLE color: 3693474.

HSL color Cylindrical-coordinate representation of color #A25B38: hue angle of 19.81º 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 #A25B38 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1629156-
CMYK00.440.650.36
HSL19.81º48.62%42.75%-
HSV(B)19.81º65.43%63.53%-
XYZ19.3615.455.7-
YUV108.2498.52166.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.43%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=52.43%
G=29.45%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162915600.440.650.3619.8148.6242.75
HexA25B3802C412414312b
Octal2421337005410144246153
Binary1010001010110111110000101100100000110010010100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B38; }

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

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

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

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

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

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

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

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