#AC6352

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

Shades of Sante Fe #AC6352

Tints of Sante Fe #AC6352

Color information

#AC6352 (or 0xAC6352) is unknown color: approx Sante Fe. HEX triplet: AC, 63 and 52. RGB value is (172,99,82). Sum of RGB (Red+Green+Blue) = 172+99+82=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6352 is #539CAD. Grayscale: #777777. Windows color (decimal): -5479598 or 5399468. OLE color: 5399468.

HSL color Cylindrical-coordinate representation of color #AC6352: hue angle of 11.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 #AC6352 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB1729982-
CMYK00.420.520.33
HSL11.33º35.43%49.8%-
HSV(B)11.33º52.33%67.45%-
XYZ2318.310.3-
YUV118.89107.18165.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.73%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=48.73%
G=28.05%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172998200.420.520.3311.3335.4349.8
HexAC635202A3421b2332
Octal2541431220526441134362
Binary101011001100011101001001010101101001000011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6352; }

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

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

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

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

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

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

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

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