#A2673C

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

Shades of Desert #A2673C

Tints of Desert #A2673C

Color information

#A2673C (or 0xA2673C) is unknown color: approx Desert. HEX triplet: A2, 67 and 3C. RGB value is (162,103,60). Sum of RGB (Red+Green+Blue) = 162+103+60=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A2673C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2673C is #5D98C3. Grayscale: #737373. Windows color (decimal): -6133956 or 3958690. OLE color: 3958690.

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

Color convert

RGB16210360-
CMYK00.360.630.36
HSL25.29º45.95%43.53%-
HSV(B)25.29º62.96%63.53%-
XYZ20.5717.716.61-
YUV115.7496.55161-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 60 (23.83% from 255) = 18.46%
R=49.85%
G=31.69%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621036000.360.630.3625.2945.9543.53
HexA2673C0243F24192e2c
Octal242147740447744315654
Binary101000101100111111100010010011111110010011001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2673C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2673C; }

 p { color: rgb(162,103,60); }

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

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

 a { background-color: rgb(162,103,60); }

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

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

 span { border-color: rgb(162,103,60); }

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