#A67452

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

Shades of Sante Fe #A67452

Tints of Sante Fe #A67452

Color information

#A67452 (or 0xA67452) is unknown color: approx Sante Fe. HEX triplet: A6, 74 and 52. RGB value is (166,116,82). Sum of RGB (Red+Green+Blue) = 166+116+82=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A67452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67452 is #598BAD. Grayscale: #7F7F7F. Windows color (decimal): -5868462 or 5403814. OLE color: 5403814.

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

Color convert

RGB16611682-
CMYK00.300.510.35
HSL24.29º33.87%48.63%-
HSV(B)24.29º50.6%65.1%-
XYZ23.4921.2110.84-
YUV127.07102.56155.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.60%
GREEN value IS 116 (45.70% from 255) = 31.87%
BLUE value IS 82 (32.42% from 255) = 22.53%
R=45.60%
G=31.87%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661168200.300.510.3524.2933.8748.63
HexA6745201E3323182231
Octal2461641220366343304261
Binary101001101110100101001001111011001110001111000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67452; }

 p { color: rgb(166,116,82); }

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

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

 a { background-color: rgb(166,116,82); }

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

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

 span { border-color: rgb(166,116,82); }

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