#AC6A51

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

Shades of Sante Fe #AC6A51

Tints of Sante Fe #AC6A51

Color information

#AC6A51 (or 0xAC6A51) is unknown color: approx Sante Fe. HEX triplet: AC, 6A and 51. RGB value is (172,106,81). Sum of RGB (Red+Green+Blue) = 172+106+81=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A51 is #5395AE. Grayscale: #7B7B7B. Windows color (decimal): -5477807 or 5335724. OLE color: 5335724.

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

Color convert

RGB17210681-
CMYK00.380.530.33
HSL16.48º35.97%49.61%-
HSV(B)16.48º52.91%67.45%-
XYZ23.6519.6710.34-
YUV122.88104.37163.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.91%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 81 (32.03% from 255) = 22.56%
R=47.91%
G=29.53%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721068100.380.530.3316.4835.9749.61
HexAC6A510263521102432
Octal2541521210466541204462
Binary1010110011010101010001010011011010110000110000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6A51; }

 p { color: rgb(172,106,81); }

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

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

 a { background-color: rgb(172,106,81); }

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

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

 span { border-color: rgb(172,106,81); }

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