#AC724C

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

Shades of Sante Fe #AC724C

Tints of Sante Fe #AC724C

Color information

#AC724C (or 0xAC724C) is unknown color: approx Sante Fe. HEX triplet: AC, 72 and 4C. RGB value is (172,114,76). Sum of RGB (Red+Green+Blue) = 172+114+76=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC724C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC724C is #538DB3. Grayscale: #7F7F7F. Windows color (decimal): -5475764 or 5010092. OLE color: 5010092.

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

Color convert

RGB17211476-
CMYK00.340.560.33
HSL23.75º38.71%48.63%-
HSV(B)23.75º55.81%67.45%-
XYZ24.3421.339.67-
YUV127.0199.22160.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 76 (30.08% from 255) = 20.99%
R=47.51%
G=31.49%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721147600.340.560.3323.7538.7148.63
HexAC724C0223821182731
Octal2541621140427041304761
Binary1010110011100101001100010001011100010000111000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC724C; }

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

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

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

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

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

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

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

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