#AC6951

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

Shades of Sante Fe #AC6951

Tints of Sante Fe #AC6951

Color information

#AC6951 (or 0xAC6951) is unknown color: approx Sante Fe. HEX triplet: AC, 69 and 51. RGB value is (172,105,81). Sum of RGB (Red+Green+Blue) = 172+105+81=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6951 is #5396AE. Grayscale: #7A7A7A. Windows color (decimal): -5478063 or 5335468. OLE color: 5335468.

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

Color convert

RGB17210581-
CMYK00.390.530.33
HSL15.82º35.97%49.61%-
HSV(B)15.82º52.91%67.45%-
XYZ23.5519.4710.3-
YUV122.3104.7163.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.04%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 81 (32.03% from 255) = 22.63%
R=48.04%
G=29.33%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721058100.390.530.3315.8235.9749.61
HexAC69510273521102432
Octal2541511210476541204462
Binary1010110011010011010001010011111010110000110000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6951; }

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

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

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

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

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

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

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

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