#AC6955

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

Shades of Sante Fe #AC6955

Tints of Sante Fe #AC6955

Color information

#AC6955 (or 0xAC6955) is unknown color: approx Sante Fe. HEX triplet: AC, 69 and 55. RGB value is (172,105,85). Sum of RGB (Red+Green+Blue) = 172+105+85=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6955 is #5396AA. Grayscale: #7A7A7A. Windows color (decimal): -5478059 or 5597612. OLE color: 5597612.

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

Color convert

RGB17210585-
CMYK00.390.510.33
HSL13.79º34.39%50.39%-
HSV(B)13.79º50.58%67.45%-
XYZ23.719.5311.11-
YUV122.75106.7163.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=47.51%
G=29.01%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721058500.390.510.3313.7934.3950.39
HexAC69550273321e2232
Octal2541511250476341164262
Binary101011001101001101010101001111100111000011110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6955; }

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

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

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

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

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

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

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

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