#A2613E

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

Shades of Desert #A2613E

Tints of Desert #A2613E

Color information

#A2613E (or 0xA2613E) is unknown color: approx Desert. HEX triplet: A2, 61 and 3E. RGB value is (162,97,62). Sum of RGB (Red+Green+Blue) = 162+97+62=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2613E is #5D9EC1. Grayscale: #707070. Windows color (decimal): -6135490 or 4088226. OLE color: 4088226.

HSL color Cylindrical-coordinate representation of color #A2613E: hue angle of 21º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2613E is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1629762-
CMYK00.400.620.36
HSL21º44.64%43.92%-
HSV(B)21º61.73%63.53%-
XYZ20.0416.586.7-
YUV112.4499.53163.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 62 (24.61% from 255) = 19.31%
R=50.47%
G=30.22%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162976200.400.620.362144.6443.92
HexA2613E0283E24152d2c
Octal242141760507644255554
Binary101000101100001111110010100011111010010010101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2613E; }

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

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

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

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

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

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

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

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