#AA6250

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

Shades of Sante Fe #AA6250

Tints of Sante Fe #AA6250

Color information

#AA6250 (or 0xAA6250) is unknown color: approx Sante Fe. HEX triplet: AA, 62 and 50. RGB value is (170,98,80). Sum of RGB (Red+Green+Blue) = 170+98+80=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6250 is #559DAF. Grayscale: #757575. Windows color (decimal): -5610928 or 5268138. OLE color: 5268138.

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

Color convert

RGB1709880-
CMYK00.420.530.33
HSL12º36%49.02%-
HSV(B)12º52.94%66.67%-
XYZ22.3917.869.86-
YUV117.48106.85165.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 98 (38.67% from 255) = 28.16%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=48.85%
G=28.16%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170988000.420.530.33123649.02
HexAA625002A3521c2431
Octal2521421200526541144461
Binary101010101100010101000001010101101011000011100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6250; }

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

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

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

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

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

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

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

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