#A65F3B

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

Shades of Desert #A65F3B

Tints of Desert #A65F3B

Color information

#A65F3B (or 0xA65F3B) is unknown color: approx Desert. HEX triplet: A6, 5F and 3B. RGB value is (166,95,59). Sum of RGB (Red+Green+Blue) = 166+95+59=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65F3B is #59A0C4. Grayscale: #707070. Windows color (decimal): -5873861 or 3891110. OLE color: 3891110.

HSL color Cylindrical-coordinate representation of color #A65F3B: hue angle of 20.19º degrees, saturation: 0.48, 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 #A65F3B is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB1669559-
CMYK00.430.640.35
HSL20.19º47.56%44.12%-
HSV(B)20.19º64.46%65.1%-
XYZ20.6116.616.26-
YUV112.1298.02166.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.88%
GREEN value IS 95 (37.5% from 255) = 29.69%
BLUE value IS 59 (23.44% from 255) = 18.44%
R=51.88%
G=29.69%
B=18.44%

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
Decimal166955900.430.640.3520.1947.5644.12
HexA65F3B02B402314302c
Octal2461377305310043246054
Binary1010011010111111110110101011100000010001110100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F3B; }

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

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

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

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

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

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

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

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