#AC6652

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

Shades of Sante Fe #AC6652

Tints of Sante Fe #AC6652

Color information

#AC6652 (or 0xAC6652) is unknown color: approx Sante Fe. HEX triplet: AC, 66 and 52. RGB value is (172,102,82). Sum of RGB (Red+Green+Blue) = 172+102+82=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6652 is #5399AD. Grayscale: #787878. Windows color (decimal): -5478830 or 5400236. OLE color: 5400236.

HSL color Cylindrical-coordinate representation of color #AC6652: hue angle of 13.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC6652 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB17210282-
CMYK00.410.520.33
HSL13.33º35.43%49.8%-
HSV(B)13.33º52.33%67.45%-
XYZ23.2918.8810.4-
YUV120.65106.19164.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.31%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=48.31%
G=28.65%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721028200.410.520.3313.3335.4349.8
HexAC66520293421d2332
Octal2541461220516441154362
Binary101011001100110101001001010011101001000011101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6652; }

 p { color: rgb(172,102,82); }

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

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

 a { background-color: rgb(172,102,82); }

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

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

 span { border-color: rgb(172,102,82); }

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