#AC7258

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

Shades of Sante Fe #AC7258

Tints of Sante Fe #AC7258

Color information

#AC7258 (or 0xAC7258) is unknown color: approx Sante Fe. HEX triplet: AC, 72 and 58. RGB value is (172,114,88). Sum of RGB (Red+Green+Blue) = 172+114+88=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7258 is #538DA7. Grayscale: #808080. Windows color (decimal): -5475752 or 5796524. OLE color: 5796524.

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

Color convert

RGB17211488-
CMYK00.340.490.33
HSL18.57º33.6%50.98%-
HSV(B)18.57º48.84%67.45%-
XYZ24.7921.5112.08-
YUV128.38105.22159.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 88 (34.77% from 255) = 23.53%
R=45.99%
G=30.48%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721148800.340.490.3318.5733.650.98
HexAC72580223121132233
Octal2541621300426141234263
Binary1010110011100101011000010001011000110000110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7258; }

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

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

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

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

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

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

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

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