#A67555

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

Shades of Sante Fe #A67555

Tints of Sante Fe #A67555

Color information

#A67555 (or 0xA67555) is unknown color: approx Sante Fe. HEX triplet: A6, 75 and 55. RGB value is (166,117,85). Sum of RGB (Red+Green+Blue) = 166+117+85=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A67555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67555 is #598AAA. Grayscale: #808080. Windows color (decimal): -5868203 or 5600678. OLE color: 5600678.

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

Color convert

RGB16611785-
CMYK00.300.490.35
HSL23.7º32.27%49.22%-
HSV(B)23.7º48.8%65.1%-
XYZ23.7321.4911.49-
YUV128103.73155.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 85 (33.59% from 255) = 23.10%
R=45.11%
G=31.79%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661178500.300.490.3523.732.2749.22
HexA6755501E3123182031
Octal2461651250366143304061
Binary101001101110101101010101111011000110001111000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67555; }

 p { color: rgb(166,117,85); }

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

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

 a { background-color: rgb(166,117,85); }

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

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

 span { border-color: rgb(166,117,85); }

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