#a25e38

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

Shades of Desert #A25E38

Tints of Desert #A25E38

Color information

#A25E38 (or 0xA25E38) is unknown color: approx Desert. HEX triplet: A2, 5E and 38. RGB value is (162,94,56). Sum of RGB (Red+Green+Blue) = 162+94+56=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25E38 is #5DA1C7. Grayscale: #6E6E6E. Windows color (decimal): -6136264 or 3694242. OLE color: 3694242.

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

Color convert

RGB1629456-
CMYK00.420.650.36
HSL21.51º48.62%42.75%-
HSV(B)21.51º65.43%63.53%-
XYZ19.6215.975.79-
YUV11097.53165.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.92%
GREEN value IS 94 (37.11% from 255) = 30.13%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=51.92%
G=30.13%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162945600.420.650.3621.5148.6242.75
HexA25E3802A412416312b
Octal2421367005210144266153
Binary1010001010111101110000101010100000110010010110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a25e38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a25e38; }

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

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

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

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

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

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

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

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