#A05F3E

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

Shades of Desert #A05F3E

Tints of Desert #A05F3E

Color information

#A05F3E (or 0xA05F3E) is unknown color: approx Desert. HEX triplet: A0, 5F and 3E. RGB value is (160,95,62). Sum of RGB (Red+Green+Blue) = 160+95+62=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05F3E is #5FA0C1. Grayscale: #6E6E6E. Windows color (decimal): -6267074 or 4087712. OLE color: 4087712.

HSL color Cylindrical-coordinate representation of color #A05F3E: hue angle of 20.2º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A05F3E is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB1609562-
CMYK00.410.610.37
HSL20.2º44.14%43.53%-
HSV(B)20.2º61.25%62.75%-
XYZ19.4616.016.62-
YUV110.67100.53163.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.47%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 62 (24.61% from 255) = 19.56%
R=50.47%
G=29.97%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160956200.410.610.3720.244.1443.53
HexA05F3E0293D25142c2c
Octal240137760517545245454
Binary101000001011111111110010100111110110010110100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05F3E; }

 p { color: rgb(160,95,62); }

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

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

 a { background-color: rgb(160,95,62); }

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

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

 span { border-color: rgb(160,95,62); }

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