#AC6B51

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

Shades of Sante Fe #AC6B51

Tints of Sante Fe #AC6B51

Color information

#AC6B51 (or 0xAC6B51) is unknown color: approx Sante Fe. HEX triplet: AC, 6B and 51. RGB value is (172,107,81). Sum of RGB (Red+Green+Blue) = 172+107+81=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6B51 is #5394AE. Grayscale: #7B7B7B. Windows color (decimal): -5477551 or 5335980. OLE color: 5335980.

HSL color Cylindrical-coordinate representation of color #AC6B51: hue angle of 17.14º 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 #AC6B51 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17210781-
CMYK00.380.530.33
HSL17.14º35.97%49.61%-
HSV(B)17.14º52.91%67.45%-
XYZ23.7619.8810.37-
YUV123.47104.03162.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 107 (42.19% from 255) = 29.72%
BLUE value IS 81 (32.03% from 255) = 22.5%
R=47.78%
G=29.72%
B=22.5%

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
Decimal1721078100.380.530.3317.1435.9749.61
HexAC6B510263521112432
Octal2541531210466541214462
Binary1010110011010111010001010011011010110000110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6B51; }

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

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

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

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

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

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

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

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