#A7724F

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

Shades of Sante Fe #A7724F

Tints of Sante Fe #A7724F

Color information

#A7724F (or 0xA7724F) is unknown color: approx Sante Fe. HEX triplet: A7, 72 and 4F. RGB value is (167,114,79). Sum of RGB (Red+Green+Blue) = 167+114+79=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A7724F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7724F is #588DB0. Grayscale: #7E7E7E. Windows color (decimal): -5803441 or 5206695. OLE color: 5206695.

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

Color convert

RGB16711479-
CMYK00.320.530.35
HSL23.86º35.77%48.24%-
HSV(B)23.86º52.69%65.49%-
XYZ23.3620.8110.18-
YUV125.86101.56157.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.39%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 79 (31.25% from 255) = 21.94%
R=46.39%
G=31.67%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671147900.320.530.3523.8635.7748.24
HexA7724F0203523182430
Octal2471621170406543304460
Binary1010011111100101001111010000011010110001111000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7724F; }

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

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

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

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

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

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

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

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