#A66F4B

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

Shades of Sante Fe #A66F4B

Tints of Sante Fe #A66F4B

Color information

#A66F4B (or 0xA66F4B) is unknown color: approx Sante Fe. HEX triplet: A6, 6F and 4B. RGB value is (166,111,75). Sum of RGB (Red+Green+Blue) = 166+111+75=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66F4B is #5990B4. Grayscale: #7B7B7B. Windows color (decimal): -5869749 or 4943782. OLE color: 4943782.

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

Color convert

RGB16611175-
CMYK00.330.550.35
HSL23.74º37.76%47.25%-
HSV(B)23.74º54.82%65.1%-
XYZ22.6819.989.32-
YUV123.34100.72158.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.16%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 75 (29.69% from 255) = 21.31%
R=47.16%
G=31.53%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661117500.330.550.3523.7437.7647.25
HexA66F4B021372318262f
Octal2461571130416743304657
Binary1010011011011111001011010000111011110001111000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F4B; }

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

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

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

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

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

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

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

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