#AA6650

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

Shades of Sante Fe #AA6650

Tints of Sante Fe #AA6650

Color information

#AA6650 (or 0xAA6650) is unknown color: approx Sante Fe. HEX triplet: AA, 66 and 50. RGB value is (170,102,80). Sum of RGB (Red+Green+Blue) = 170+102+80=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6650 is #5599AF. Grayscale: #777777. Windows color (decimal): -5609904 or 5269162. OLE color: 5269162.

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

Color convert

RGB17010280-
CMYK00.40.530.33
HSL14.67º36%49.02%-
HSV(B)14.67º52.94%66.67%-
XYZ22.7818.639.98-
YUV119.82105.53163.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=48.30%
G=28.98%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701028000.40.530.3314.673649.02
HexAA66500283521f2431
Octal2521461200506541174461
Binary101010101100110101000001010001101011000011111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6650; }

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

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

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

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

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

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

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

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