Html Css Color HEX #AA7352 Sante Fe

📋 copy color: '#AA7352'

red 170 ◦ green 115 ◦ blue 82

#AA7352
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sante Fe #AA7352

Tints of Sante Fe #AA7352

RGB

 RED value IS 170 (66.8% from 255) = 46.32%

 GREEN value IS 115 (45.31% from 255) = 31.34%

 BLUE value IS 82 (32.42% from 255) = 22.34%

R = 46.32%
G = 31.34%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA7352 (or 0xAA7352) is known color: Sante Fe. HEX triplet: AA, 73 and 52. RGB value is (170,115,82). Sum of RGB (Red+Green+Blue) = 170+115+82=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7352 is #558CAD. Grayscale: #7F7F7F. Windows color (decimal): -5606574 or 5403562. OLE color: 5403562.

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

Color convert

RGB 170 115 82 -
CMYK 0 0.32 0.52 0.33
HSL 22.5º 0.35% 0.49% -
HSV(B) 22.5º 0.52% 0.67% -
XYZ 24.23 21.42 10.84 -
YUV 127.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 170 115 82 0 0.32 0.52 0.33 22.5 0.35 0.49
Hex AA 73 52 0 20 34 21 16 23 31
Octal 252 163 122 0 40 64 41 26 43 61
Binary 10101010 1110011 1010010 0 100000 110100 100001 10110 100011 110001

Color Harmonies of #AA7352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7352

Black with #AA7352

Text Example


Text Example

White with #AA7352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7352; }

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

 H1.HeaderClassName
 {
   color: #AA7352;
 }
 .AnyTagClassName
 {
   color: #AA7352;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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