#A0613E

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

Shades of Desert #A0613E

Tints of Desert #A0613E

Color information

#A0613E (or 0xA0613E) is unknown color: approx Desert. HEX triplet: A0, 61 and 3E. RGB value is (160,97,62). Sum of RGB (Red+Green+Blue) = 160+97+62=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A0613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0613E is #5F9EC1. Grayscale: #707070. Windows color (decimal): -6266562 or 4088224. OLE color: 4088224.

HSL color Cylindrical-coordinate representation of color #A0613E: hue angle of 21.43º 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 #A0613E is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB1609762-
CMYK00.390.610.37
HSL21.43º44.14%43.53%-
HSV(B)21.43º61.25%62.75%-
XYZ19.6416.376.68-
YUV111.8599.87162.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.16%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 62 (24.61% from 255) = 19.44%
R=50.16%
G=30.41%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160976200.390.610.3721.4344.1443.53
HexA0613E0273D25152c2c
Octal240141760477545255454
Binary101000001100001111110010011111110110010110101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0613E; }

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

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

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

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

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

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

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

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