#A9764F

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

Shades of Sante Fe #A9764F

Tints of Sante Fe #A9764F

Color information

#A9764F (or 0xA9764F) is unknown color: approx Sante Fe. HEX triplet: A9, 76 and 4F. RGB value is (169,118,79). Sum of RGB (Red+Green+Blue) = 169+118+79=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A9764F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9764F is #5689B0. Grayscale: #818181. Windows color (decimal): -5671345 or 5207721. OLE color: 5207721.

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

Color convert

RGB16911879-
CMYK00.300.530.34
HSL26º36.29%48.63%-
HSV(B)26º53.25%66.27%-
XYZ24.2521.9610.36-
YUV128.899.9156.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.17%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 79 (31.25% from 255) = 21.58%
R=46.17%
G=32.24%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691187900.300.530.342636.2948.63
HexA9764F01E35221a2431
Octal2511661170366542324461
Binary101010011110110100111101111011010110001011010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9764F; }

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

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

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

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

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

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

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

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