#A65F3C

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

Shades of Desert #A65F3C

Tints of Desert #A65F3C

Color information

#A65F3C (or 0xA65F3C) is unknown color: approx Desert. HEX triplet: A6, 5F and 3C. RGB value is (166,95,60). Sum of RGB (Red+Green+Blue) = 166+95+60=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65F3C is #59A0C3. Grayscale: #707070. Windows color (decimal): -5873860 or 3956646. OLE color: 3956646.

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

Color convert

RGB1669560-
CMYK00.430.640.35
HSL19.81º46.9%44.31%-
HSV(B)19.81º63.86%65.1%-
XYZ20.6316.626.39-
YUV112.2498.52166.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.71%
GREEN value IS 95 (37.5% from 255) = 29.60%
BLUE value IS 60 (23.83% from 255) = 18.69%
R=51.71%
G=29.60%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166956000.430.640.3519.8146.944.31
HexA65F3C02B4023142f2c
Octal2461377405310043245754
Binary1010011010111111111000101011100000010001110100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F3C; }

 p { color: rgb(166,95,60); }

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

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

 a { background-color: rgb(166,95,60); }

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

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

 span { border-color: rgb(166,95,60); }

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