#A9744B

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

Shades of Sante Fe #A9744B

Tints of Sante Fe #A9744B

Color information

#A9744B (or 0xA9744B) is unknown color: approx Sante Fe. HEX triplet: A9, 74 and 4B. RGB value is (169,116,75). Sum of RGB (Red+Green+Blue) = 169+116+75=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A9744B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9744B is #568BB4. Grayscale: #7F7F7F. Windows color (decimal): -5671861 or 4945065. OLE color: 4945065.

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

Color convert

RGB16911675-
CMYK00.310.560.34
HSL26.17º38.52%47.84%-
HSV(B)26.17º55.62%66.27%-
XYZ23.8821.439.54-
YUV127.1798.56157.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 116 (45.70% from 255) = 32.22%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=46.94%
G=32.22%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691167500.310.560.3426.1738.5247.84
HexA9744B01F38221a2730
Octal2511641130377042324760
Binary101010011110100100101101111111100010001011010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9744B; }

 p { color: rgb(169,116,75); }

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

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

 a { background-color: rgb(169,116,75); }

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

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

 span { border-color: rgb(169,116,75); }

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