#AC6851

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

Shades of Sante Fe #AC6851

Tints of Sante Fe #AC6851

Color information

#AC6851 (or 0xAC6851) is unknown color: approx Sante Fe. HEX triplet: AC, 68 and 51. RGB value is (172,104,81). Sum of RGB (Red+Green+Blue) = 172+104+81=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6851 is #5397AE. Grayscale: #797979. Windows color (decimal): -5478319 or 5335212. OLE color: 5335212.

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

Color convert

RGB17210481-
CMYK00.400.530.33
HSL15.16º35.97%49.61%-
HSV(B)15.16º52.91%67.45%-
XYZ23.4519.2710.27-
YUV121.71105.03163.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 81 (32.03% from 255) = 22.69%
R=48.18%
G=29.13%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721048100.400.530.3315.1635.9749.61
HexAC68510283521f2432
Octal2541501210506541174462
Binary101011001101000101000101010001101011000011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6851; }

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

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

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

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

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

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

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

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