#A4663C

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

Shades of Desert #A4663C

Tints of Desert #A4663C

Color information

#A4663C (or 0xA4663C) is unknown color: approx Desert. HEX triplet: A4, 66 and 3C. RGB value is (164,102,60). Sum of RGB (Red+Green+Blue) = 164+102+60=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4663C is #5B99C3. Grayscale: #737373. Windows color (decimal): -6003140 or 3958436. OLE color: 3958436.

HSL color Cylindrical-coordinate representation of color #A4663C: hue angle of 24.23º 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 #A4663C is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB16410260-
CMYK00.380.630.36
HSL24.23º46.43%43.92%-
HSV(B)24.23º63.41%64.31%-
XYZ20.8817.726.6-
YUV115.7596.54162.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.31%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 60 (23.83% from 255) = 18.40%
R=50.31%
G=31.29%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641026000.380.630.3624.2346.4343.92
HexA4663C0263F24182e2c
Octal244146740467744305654
Binary101001001100110111100010011011111110010011000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4663C; }

 p { color: rgb(164,102,60); }

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

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

 a { background-color: rgb(164,102,60); }

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

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

 span { border-color: rgb(164,102,60); }

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