#AC6C54

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

Shades of Sante Fe #AC6C54

Tints of Sante Fe #AC6C54

Color information

#AC6C54 (or 0xAC6C54) is unknown color: approx Sante Fe. HEX triplet: AC, 6C and 54. RGB value is (172,108,84). Sum of RGB (Red+Green+Blue) = 172+108+84=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C54 is #5393AB. Grayscale: #7C7C7C. Windows color (decimal): -5477292 or 5532844. OLE color: 5532844.

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

Color convert

RGB17210884-
CMYK00.370.510.33
HSL16.36º34.65%50.2%-
HSV(B)16.36º51.16%67.45%-
XYZ23.9820.1411.01-
YUV124.4105.2161.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.25%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 84 (33.20% from 255) = 23.08%
R=47.25%
G=29.67%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721088400.370.510.3316.3634.6550.2
HexAC6C540253321102332
Octal2541541240456341204362
Binary1010110011011001010100010010111001110000110000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6C54; }

 p { color: rgb(172,108,84); }

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

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

 a { background-color: rgb(172,108,84); }

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

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

 span { border-color: rgb(172,108,84); }

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