#AA654B

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

Shades of Sante Fe #AA654B

Tints of Sante Fe #AA654B

Color information

#AA654B (or 0xAA654B) is unknown color: approx Sante Fe. HEX triplet: AA, 65 and 4B. RGB value is (170,101,75). Sum of RGB (Red+Green+Blue) = 170+101+75=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA654B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA654B is #559AB4. Grayscale: #767676. Windows color (decimal): -5610165 or 4941226. OLE color: 4941226.

HSL color Cylindrical-coordinate representation of color #AA654B: hue angle of 16.42º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA654B is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17010175-
CMYK00.410.560.33
HSL16.42º38.78%48.04%-
HSV(B)16.42º55.88%66.67%-
XYZ22.518.369.01-
YUV118.67103.36164.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=49.13%
G=29.19%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701017500.410.560.3316.4238.7848.04
HexAA654B0293821102730
Octal2521451130517041204760
Binary1010101011001011001011010100111100010000110000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA654B; }

 p { color: rgb(170,101,75); }

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

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

 a { background-color: rgb(170,101,75); }

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

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

 span { border-color: rgb(170,101,75); }

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