#A66250

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

Shades of Sante Fe #A66250

Tints of Sante Fe #A66250

Color information

#A66250 (or 0xA66250) is unknown color: approx Sante Fe. HEX triplet: A6, 62 and 50. RGB value is (166,98,80). Sum of RGB (Red+Green+Blue) = 166+98+80=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A66250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66250 is #599DAF. Grayscale: #747474. Windows color (decimal): -5873072 or 5268134. OLE color: 5268134.

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

Color convert

RGB1669880-
CMYK00.410.520.35
HSL12.56º34.96%48.24%-
HSV(B)12.56º51.81%65.1%-
XYZ21.5417.429.82-
YUV116.28107.53163.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.26%
GREEN value IS 98 (38.67% from 255) = 28.49%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=48.26%
G=28.49%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166988000.410.520.3512.5634.9648.24
HexA662500293423d2330
Octal2461421200516443154360
Binary101001101100010101000001010011101001000111101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66250; }

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

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

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

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

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

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

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

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