#AC6650

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

Shades of Sante Fe #AC6650

Tints of Sante Fe #AC6650

Color information

#AC6650 (or 0xAC6650) is unknown color: approx Sante Fe. HEX triplet: AC, 66 and 50. RGB value is (172,102,80). Sum of RGB (Red+Green+Blue) = 172+102+80=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6650 is #5399AF. Grayscale: #787878. Windows color (decimal): -5478832 or 5269164. OLE color: 5269164.

HSL color Cylindrical-coordinate representation of color #AC6650: hue angle of 14.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC6650 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17210280-
CMYK00.410.530.33
HSL14.35º36.51%49.41%-
HSV(B)14.35º53.49%67.45%-
XYZ23.2118.8510-
YUV120.42105.19164.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 102 (40.23% from 255) = 28.81%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=48.59%
G=28.81%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721028000.410.530.3314.3536.5149.41
HexAC66500293521e2531
Octal2541461200516541164561
Binary101011001100110101000001010011101011000011110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6650; }

 p { color: rgb(172,102,80); }

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

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

 a { background-color: rgb(172,102,80); }

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

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

 span { border-color: rgb(172,102,80); }

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