#A9704F

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

Shades of Sante Fe #A9704F

Tints of Sante Fe #A9704F

Color information

#A9704F (or 0xA9704F) is unknown color: approx Sante Fe. HEX triplet: A9, 70 and 4F. RGB value is (169,112,79). Sum of RGB (Red+Green+Blue) = 169+112+79=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A9704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9704F is #568FB0. Grayscale: #7D7D7D. Windows color (decimal): -5672881 or 5206185. OLE color: 5206185.

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

Color convert

RGB16911279-
CMYK00.340.530.34
HSL22º36.29%48.63%-
HSV(B)22º53.25%66.27%-
XYZ23.5720.5910.13-
YUV125.28101.88159.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 79 (31.25% from 255) = 21.94%
R=46.94%
G=31.11%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691127900.340.530.342236.2948.63
HexA9704F0223522162431
Octal2511601170426542264461
Binary1010100111100001001111010001011010110001010110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9704F; }

 p { color: rgb(169,112,79); }

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

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

 a { background-color: rgb(169,112,79); }

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

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

 span { border-color: rgb(169,112,79); }

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