#A56641

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

Shades of Desert #A56641

Tints of Desert #A56641

Color information

#A56641 (or 0xA56641) is unknown color: approx Desert. HEX triplet: A5, 66 and 41. RGB value is (165,102,65). Sum of RGB (Red+Green+Blue) = 165+102+65=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A56641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56641 is #5A99BE. Grayscale: #747474. Windows color (decimal): -5937599 or 4286117. OLE color: 4286117.

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

Color convert

RGB16510265-
CMYK00.380.610.35
HSL22.2º43.48%45.1%-
HSV(B)22.2º60.61%64.71%-
XYZ21.2217.887.33-
YUV116.6298.87162.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 65 (25.78% from 255) = 19.58%
R=49.70%
G=30.72%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651026500.380.610.3522.243.4845.1
HexA566410263D23162b2d
Octal2451461010467543265355
Binary1010010111001101000001010011011110110001110110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56641; }

 p { color: rgb(165,102,65); }

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

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

 a { background-color: rgb(165,102,65); }

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

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

 span { border-color: rgb(165,102,65); }

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