#A25F39

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

Shades of Desert #A25F39

Tints of Desert #A25F39

Color information

#A25F39 (or 0xA25F39) is unknown color: approx Desert. HEX triplet: A2, 5F and 39. RGB value is (162,95,57). Sum of RGB (Red+Green+Blue) = 162+95+57=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25F39 is #5DA0C6. Grayscale: #6E6E6E. Windows color (decimal): -6136007 or 3760034. OLE color: 3760034.

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

Color convert

RGB1629557-
CMYK00.410.650.36
HSL21.71º47.95%42.94%-
HSV(B)21.71º64.81%63.53%-
XYZ19.7316.165.95-
YUV110.797.7164.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 95 (37.5% from 255) = 30.25%
BLUE value IS 57 (22.66% from 255) = 18.15%
R=51.59%
G=30.25%
B=18.15%

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
Decimal162955700.410.650.3621.7147.9542.94
HexA25F39029412416302b
Octal2421377105110144266053
Binary1010001010111111110010101001100000110010010110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F39; }

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

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

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

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

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

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

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

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