#AA6151

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

Shades of Sante Fe #AA6151

Tints of Sante Fe #AA6151

Color information

#AA6151 (or 0xAA6151) is unknown color: approx Sante Fe. HEX triplet: AA, 61 and 51. RGB value is (170,97,81). Sum of RGB (Red+Green+Blue) = 170+97+81=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6151 is #559EAE. Grayscale: #757575. Windows color (decimal): -5611183 or 5333418. OLE color: 5333418.

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

Color convert

RGB1709781-
CMYK00.430.520.33
HSL10.79º35.46%49.22%-
HSV(B)10.79º52.35%66.67%-
XYZ22.3417.6910.02-
YUV117107.68165.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 81 (32.03% from 255) = 23.28%
R=48.85%
G=27.87%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170978100.430.520.3310.7935.4649.22
HexAA615102B3421b2331
Octal2521411210536441134361
Binary101010101100001101000101010111101001000011011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6151; }

 p { color: rgb(170,97,81); }

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

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

 a { background-color: rgb(170,97,81); }

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

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

 span { border-color: rgb(170,97,81); }

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