#A97252

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

Shades of Sante Fe #A97252

Tints of Sante Fe #A97252

Color information

#A97252 (or 0xA97252) is unknown color: approx Sante Fe. HEX triplet: A9, 72 and 52. RGB value is (169,114,82). Sum of RGB (Red+Green+Blue) = 169+114+82=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A97252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97252 is #568DAD. Grayscale: #7E7E7E. Windows color (decimal): -5672366 or 5403305. OLE color: 5403305.

HSL color Cylindrical-coordinate representation of color #A97252: hue angle of 22.07º 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 #A97252 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB16911482-
CMYK00.330.510.34
HSL22.07º34.66%49.22%-
HSV(B)22.07º51.48%66.27%-
XYZ23.921.0810.79-
YUV126.8102.72158.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.30%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=46.30%
G=31.23%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691148200.330.510.3422.0734.6649.22
HexA972520213322162331
Octal2511621220416342264361
Binary1010100111100101010010010000111001110001010110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97252; }

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

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

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

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

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

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

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

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