#A9714C

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

Shades of Sante Fe #A9714C

Tints of Sante Fe #A9714C

Color information

#A9714C (or 0xA9714C) is unknown color: approx Sante Fe. HEX triplet: A9, 71 and 4C. RGB value is (169,113,76). Sum of RGB (Red+Green+Blue) = 169+113+76=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A9714C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9714C is #568EB3. Grayscale: #7D7D7D. Windows color (decimal): -5672628 or 5009833. OLE color: 5009833.

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

Color convert

RGB16911376-
CMYK00.330.550.34
HSL23.87º37.96%48.04%-
HSV(B)23.87º55.03%66.27%-
XYZ23.5720.779.6-
YUV125.53100.05159.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.21%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 76 (30.08% from 255) = 21.23%
R=47.21%
G=31.56%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691137600.330.550.3423.8737.9648.04
HexA9714C0213722182630
Octal2511611140416742304660
Binary1010100111100011001100010000111011110001011000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9714C; }

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

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

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

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

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

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

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

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