#A8724F

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

Shades of Sante Fe #A8724F

Tints of Sante Fe #A8724F

Color information

#A8724F (or 0xA8724F) is unknown color: approx Sante Fe. HEX triplet: A8, 72 and 4F. RGB value is (168,114,79). Sum of RGB (Red+Green+Blue) = 168+114+79=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A8724F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8724F is #578DB0. Grayscale: #7E7E7E. Windows color (decimal): -5737905 or 5206696. OLE color: 5206696.

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

Color convert

RGB16811479-
CMYK00.320.530.34
HSL23.6º36.03%48.43%-
HSV(B)23.6º52.98%65.88%-
XYZ23.5820.9210.19-
YUV126.16101.39157.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.54%
GREEN value IS 114 (44.92% from 255) = 31.58%
BLUE value IS 79 (31.25% from 255) = 21.88%
R=46.54%
G=31.58%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681147900.320.530.3423.636.0348.43
HexA8724F0203522182430
Octal2501621170406542304460
Binary1010100011100101001111010000011010110001011000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8724F; }

 p { color: rgb(168,114,79); }

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

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

 a { background-color: rgb(168,114,79); }

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

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

 span { border-color: rgb(168,114,79); }

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