#A65F35

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

Shades of Desert #A65F35

Tints of Desert #A65F35

Color information

#A65F35 (or 0xA65F35) is unknown color: approx Desert. HEX triplet: A6, 5F and 35. RGB value is (166,95,53). Sum of RGB (Red+Green+Blue) = 166+95+53=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65F35 is #59A0CA. Grayscale: #6F6F6F. Windows color (decimal): -5873867 or 3497894. OLE color: 3497894.

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

Color convert

RGB1669553-
CMYK00.430.680.35
HSL22.3º51.6%42.94%-
HSV(B)22.3º68.07%65.1%-
XYZ20.4616.555.48-
YUV111.4495.02166.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.87%
GREEN value IS 95 (37.5% from 255) = 30.25%
BLUE value IS 53 (21.09% from 255) = 16.88%
R=52.87%
G=30.25%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166955300.430.680.3522.351.642.94
HexA65F3502B442316342b
Octal2461376505310443266453
Binary1010011010111111101010101011100010010001110110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F35; }

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

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

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

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

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

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

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

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