#AC725A

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

Shades of Sante Fe #AC725A

Tints of Sante Fe #AC725A

Color information

#AC725A (or 0xAC725A) is unknown color: approx Sante Fe. HEX triplet: AC, 72 and 5A. RGB value is (172,114,90). Sum of RGB (Red+Green+Blue) = 172+114+90=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC725A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC725A is #538DA5. Grayscale: #808080. Windows color (decimal): -5475750 or 5927596. OLE color: 5927596.

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

Color convert

RGB17211490-
CMYK00.340.480.33
HSL17.56º33.06%51.37%-
HSV(B)17.56º47.67%67.45%-
XYZ24.8821.5412.52-
YUV128.61106.22158.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 90 (35.55% from 255) = 23.94%
R=45.74%
G=30.32%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721149000.340.480.3317.5633.0651.37
HexAC725A0223021122133
Octal2541621320426041224163
Binary1010110011100101011010010001011000010000110010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC725A; }

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

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

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

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

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

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

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

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