#AA6251

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

Shades of Sante Fe #AA6251

Tints of Sante Fe #AA6251

Color information

#AA6251 (or 0xAA6251) is unknown color: approx Sante Fe. HEX triplet: AA, 62 and 51. RGB value is (170,98,81). Sum of RGB (Red+Green+Blue) = 170+98+81=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6251 is #559DAE. Grayscale: #757575. Windows color (decimal): -5610927 or 5333674. OLE color: 5333674.

HSL color Cylindrical-coordinate representation of color #AA6251: hue angle of 11.46º 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 #AA6251 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB1709881-
CMYK00.420.520.33
HSL11.46º35.46%49.22%-
HSV(B)11.46º52.35%66.67%-
XYZ22.4317.8810.05-
YUV117.59107.35165.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.71%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 81 (32.03% from 255) = 23.21%
R=48.71%
G=28.08%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170988100.420.520.3311.4635.4649.22
HexAA625102A3421b2331
Octal2521421210526441134361
Binary101010101100010101000101010101101001000011011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6251; }

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

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

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

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

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

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

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

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