#AC6953

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

Shades of Sante Fe #AC6953

Tints of Sante Fe #AC6953

Color information

#AC6953 (or 0xAC6953) is unknown color: approx Sante Fe. HEX triplet: AC, 69 and 53. RGB value is (172,105,83). Sum of RGB (Red+Green+Blue) = 172+105+83=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6953 is #5396AC. Grayscale: #7A7A7A. Windows color (decimal): -5478061 or 5466540. OLE color: 5466540.

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

Color convert

RGB17210583-
CMYK00.390.520.33
HSL14.83º34.9%50%-
HSV(B)14.83º51.74%67.45%-
XYZ23.6319.510.7-
YUV122.52105.7163.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 83 (32.81% from 255) = 23.06%
R=47.78%
G=29.17%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721058300.390.520.3314.8334.950
HexAC69530273421f2332
Octal2541511230476441174362
Binary101011001101001101001101001111101001000011111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6953; }

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

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

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

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

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

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

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

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