#A66251

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

Shades of Sante Fe #A66251

Tints of Sante Fe #A66251

Color information

#A66251 (or 0xA66251) is unknown color: approx Sante Fe. HEX triplet: A6, 62 and 51. RGB value is (166,98,81). Sum of RGB (Red+Green+Blue) = 166+98+81=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A66251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66251 is #599DAE. Grayscale: #747474. Windows color (decimal): -5873071 or 5333670. OLE color: 5333670.

HSL color Cylindrical-coordinate representation of color #A66251: hue angle of 12º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A66251 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB1669881-
CMYK00.410.510.35
HSL12º34.41%48.43%-
HSV(B)12º51.2%65.1%-
XYZ21.5817.4410.01-
YUV116.39108.03163.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 81 (32.03% from 255) = 23.48%
R=48.12%
G=28.41%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166988100.410.510.351234.4148.43
HexA662510293323c2230
Octal2461421210516343144260
Binary101001101100010101000101010011100111000111100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66251; }

 p { color: rgb(166,98,81); }

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

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

 a { background-color: rgb(166,98,81); }

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

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

 span { border-color: rgb(166,98,81); }

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