#A65C35

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

Shades of Desert #A65C35

Tints of Desert #A65C35

Color information

#A65C35 (or 0xA65C35) is unknown color: approx Desert. HEX triplet: A6, 5C and 35. RGB value is (166,92,53). Sum of RGB (Red+Green+Blue) = 166+92+53=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C35 is #59A3CA. Grayscale: #6D6D6D. Windows color (decimal): -5874635 or 3497126. OLE color: 3497126.

HSL color Cylindrical-coordinate representation of color #A65C35: hue angle of 20.71º 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 #A65C35 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB1669253-
CMYK00.450.680.35
HSL20.71º51.6%42.94%-
HSV(B)20.71º68.07%65.1%-
XYZ20.216.025.4-
YUV109.6896.02168.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.38%
GREEN value IS 92 (36.33% from 255) = 29.58%
BLUE value IS 53 (21.09% from 255) = 17.04%
R=53.38%
G=29.58%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166925300.450.680.3520.7151.642.94
HexA65C3502D442315342b
Octal2461346505510443256453
Binary1010011010111001101010101101100010010001110101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C35; }

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

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

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

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

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

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

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

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