#AA674A

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

Shades of Sante Fe #AA674A

Tints of Sante Fe #AA674A

Color information

#AA674A (or 0xAA674A) is unknown color: approx Sante Fe. HEX triplet: AA, 67 and 4A. RGB value is (170,103,74). Sum of RGB (Red+Green+Blue) = 170+103+74=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA674A is #5598B5. Grayscale: #777777. Windows color (decimal): -5609654 or 4876202. OLE color: 4876202.

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

Color convert

RGB17010374-
CMYK00.390.560.33
HSL18.12º39.34%47.84%-
HSV(B)18.12º56.47%66.67%-
XYZ22.6618.748.9-
YUV119.73102.2163.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 103 (40.62% from 255) = 29.68%
BLUE value IS 74 (29.30% from 255) = 21.33%
R=48.99%
G=29.68%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701037400.390.560.3318.1239.3447.84
HexAA674A0273821122730
Octal2521471120477041224760
Binary1010101011001111001010010011111100010000110010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA674A; }

 p { color: rgb(170,103,74); }

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

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

 a { background-color: rgb(170,103,74); }

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

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

 span { border-color: rgb(170,103,74); }

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