#A97250

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

Shades of Sante Fe #A97250

Tints of Sante Fe #A97250

Color information

#A97250 (or 0xA97250) is unknown color: approx Sante Fe. HEX triplet: A9, 72 and 50. RGB value is (169,114,80). Sum of RGB (Red+Green+Blue) = 169+114+80=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A97250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97250 is #568DAF. Grayscale: #7E7E7E. Windows color (decimal): -5672368 or 5272233. OLE color: 5272233.

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

Color convert

RGB16911480-
CMYK00.330.530.34
HSL22.92º35.74%48.82%-
HSV(B)22.92º52.66%66.27%-
XYZ23.8321.0510.4-
YUV126.57101.72158.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 80 (31.64% from 255) = 22.04%
R=46.56%
G=31.40%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691148000.330.530.3422.9235.7448.82
HexA972500213522172431
Octal2511621200416542274461
Binary1010100111100101010000010000111010110001010111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97250; }

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

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

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

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

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

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

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

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