#A97452

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

Shades of Sante Fe #A97452

Tints of Sante Fe #A97452

Color information

#A97452 (or 0xA97452) is unknown color: approx Sante Fe. HEX triplet: A9, 74 and 52. RGB value is (169,116,82). Sum of RGB (Red+Green+Blue) = 169+116+82=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A97452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97452 is #568BAD. Grayscale: #808080. Windows color (decimal): -5671854 or 5403817. OLE color: 5403817.

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

Color convert

RGB16911682-
CMYK00.310.510.34
HSL23.45º34.66%49.22%-
HSV(B)23.45º51.48%66.27%-
XYZ24.1321.5310.87-
YUV127.97102.06157.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=46.05%
G=31.61%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691168200.310.510.3423.4534.6649.22
HexA9745201F3322172331
Octal2511641220376342274361
Binary101010011110100101001001111111001110001010111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97452; }

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

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

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

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

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

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

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

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