#A0643D

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

Shades of Desert #A0643D

Tints of Desert #A0643D

Color information

#A0643D (or 0xA0643D) is unknown color: approx Desert. HEX triplet: A0, 64 and 3D. RGB value is (160,100,61). Sum of RGB (Red+Green+Blue) = 160+100+61=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0643D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0643D is #5F9BC2. Grayscale: #717171. Windows color (decimal): -6265795 or 4023456. OLE color: 4023456.

HSL color Cylindrical-coordinate representation of color #A0643D: hue angle of 23.64º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0643D is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB16010061-
CMYK00.380.620.37
HSL23.64º44.8%43.33%-
HSV(B)23.64º61.87%62.75%-
XYZ19.916.926.63-
YUV113.4998.38161.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 100 (39.45% from 255) = 31.15%
BLUE value IS 61 (24.22% from 255) = 19.00%
R=49.84%
G=31.15%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601006100.380.620.3723.6444.843.33
HexA0643D0263E25182d2b
Octal240144750467645305553
Binary101000001100100111101010011011111010010111000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0643D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0643D; }

 p { color: rgb(160,100,61); }

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

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

 a { background-color: rgb(160,100,61); }

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

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

 span { border-color: rgb(160,100,61); }

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