#AA6354

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

Shades of Sante Fe #AA6354

Tints of Sante Fe #AA6354

Color information

#AA6354 (or 0xAA6354) is unknown color: approx Sante Fe. HEX triplet: AA, 63 and 54. RGB value is (170,99,84). Sum of RGB (Red+Green+Blue) = 170+99+84=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6354 is #559CAB. Grayscale: #767676. Windows color (decimal): -5610668 or 5530538. OLE color: 5530538.

HSL color Cylindrical-coordinate representation of color #AA6354: hue angle of 10.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6354 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB1709984-
CMYK00.420.510.33
HSL10.47º33.86%49.8%-
HSV(B)10.47º50.59%66.67%-
XYZ22.6418.1110.69-
YUV118.52108.52164.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 84 (33.20% from 255) = 23.80%
R=48.16%
G=28.05%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170998400.420.510.3310.4733.8649.8
HexAA635402A3321a2232
Octal2521431240526341124262
Binary101010101100011101010001010101100111000011010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6354; }

 p { color: rgb(170,99,84); }

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

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

 a { background-color: rgb(170,99,84); }

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

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

 span { border-color: rgb(170,99,84); }

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