#aa6952

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

Shades of Sante Fe #AA6952

Tints of Sante Fe #AA6952

Color information

#AA6952 (or 0xAA6952) is unknown color: approx Sante Fe. HEX triplet: AA, 69 and 52. RGB value is (170,105,82). Sum of RGB (Red+Green+Blue) = 170+105+82=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6952 is #5596AD. Grayscale: #797979. Windows color (decimal): -5609134 or 5401002. OLE color: 5401002.

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

Color convert

RGB17010582-
CMYK00.380.520.33
HSL15.68º34.92%49.41%-
HSV(B)15.68º51.76%66.67%-
XYZ23.1519.2610.48-
YUV121.81105.53162.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 82 (32.42% from 255) = 22.97%
R=47.62%
G=29.41%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701058200.380.520.3315.6834.9249.41
HexAA69520263421102331
Octal2521511220466441204361
Binary1010101011010011010010010011011010010000110000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa6952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa6952; }

 p { color: rgb(170,105,82); }

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

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

 a { background-color: rgb(170,105,82); }

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

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

 span { border-color: rgb(170,105,82); }

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