#A67256

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

Shades of Sante Fe #A67256

Tints of Sante Fe #A67256

Color information

#A67256 (or 0xA67256) is unknown color: approx Sante Fe. HEX triplet: A6, 72 and 56. RGB value is (166,114,86). Sum of RGB (Red+Green+Blue) = 166+114+86=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A67256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67256 is #598DA9. Grayscale: #7E7E7E. Windows color (decimal): -5868970 or 5665446. OLE color: 5665446.

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

Color convert

RGB16611486-
CMYK00.310.480.35
HSL21º31.75%49.41%-
HSV(B)21º48.19%65.1%-
XYZ23.4220.8111.59-
YUV126.36105.23156.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 86 (33.98% from 255) = 23.50%
R=45.36%
G=31.15%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661148600.310.480.352131.7549.41
HexA6725601F3023152031
Octal2461621260376043254061
Binary101001101110010101011001111111000010001110101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67256; }

 p { color: rgb(166,114,86); }

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

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

 a { background-color: rgb(166,114,86); }

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

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

 span { border-color: rgb(166,114,86); }

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