#A66B4B

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

Shades of Sante Fe #A66B4B

Tints of Sante Fe #A66B4B

Color information

#A66B4B (or 0xA66B4B) is unknown color: approx Sante Fe. HEX triplet: A6, 6B and 4B. RGB value is (166,107,75). Sum of RGB (Red+Green+Blue) = 166+107+75=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66B4B is #5994B4. Grayscale: #797979. Windows color (decimal): -5870773 or 4942758. OLE color: 4942758.

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

Color convert

RGB16610775-
CMYK00.360.550.35
HSL21.1º37.76%47.25%-
HSV(B)21.1º54.82%65.1%-
XYZ22.2519.139.18-
YUV120.99102.05160.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.70%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=47.70%
G=30.75%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661077500.360.550.3521.137.7647.25
HexA66B4B024372315262f
Octal2461531130446743254657
Binary1010011011010111001011010010011011110001110101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B4B; }

 p { color: rgb(166,107,75); }

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

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

 a { background-color: rgb(166,107,75); }

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

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

 span { border-color: rgb(166,107,75); }

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