#A9724C

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

Shades of Sante Fe #A9724C

Tints of Sante Fe #A9724C

Color information

#A9724C (or 0xA9724C) is unknown color: approx Sante Fe. HEX triplet: A9, 72 and 4C. RGB value is (169,114,76). Sum of RGB (Red+Green+Blue) = 169+114+76=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A9724C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9724C is #568DB3. Grayscale: #7E7E7E. Windows color (decimal): -5672372 or 5010089. OLE color: 5010089.

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

Color convert

RGB16911476-
CMYK00.330.550.34
HSL24.52º37.96%48.04%-
HSV(B)24.52º55.03%66.27%-
XYZ23.6820.999.64-
YUV126.1199.72158.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.08%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 76 (30.08% from 255) = 21.17%
R=47.08%
G=31.75%
B=21.17%

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
Decimal1691147600.330.550.3424.5237.9648.04
HexA9724C0213722192630
Octal2511621140416742314660
Binary1010100111100101001100010000111011110001011001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9724C; }

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

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

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

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

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

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

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

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