#A9704C

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

Shades of Sante Fe #A9704C

Tints of Sante Fe #A9704C

Color information

#A9704C (or 0xA9704C) is unknown color: approx Sante Fe. HEX triplet: A9, 70 and 4C. RGB value is (169,112,76). Sum of RGB (Red+Green+Blue) = 169+112+76=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A9704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9704C is #568FB3. Grayscale: #7D7D7D. Windows color (decimal): -5672884 or 5009577. OLE color: 5009577.

HSL color Cylindrical-coordinate representation of color #A9704C: hue angle of 23.23º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9704C is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB16911276-
CMYK00.340.550.34
HSL23.23º37.96%48.04%-
HSV(B)23.23º55.03%66.27%-
XYZ23.4620.559.57-
YUV124.94100.38159.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.34%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 76 (30.08% from 255) = 21.29%
R=47.34%
G=31.37%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691127600.340.550.3423.2337.9648.04
HexA9704C0223722172630
Octal2511601140426742274660
Binary1010100111100001001100010001011011110001010111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9704C; }

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

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

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

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

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

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

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

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