Html Css Color HEX #AA7353 Sante Fe

📋 copy color: '#AA7353'

red 170 ◦ green 115 ◦ blue 83

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

Shades of Sante Fe #AA7353

Tints of Sante Fe #AA7353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.55%

R = 46.2%
G = 31.25%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA7353 (or 0xAA7353) is known color: Sante Fe. HEX triplet: AA, 73 and 53. RGB value is (170,115,83). Sum of RGB (Red+Green+Blue) = 170+115+83=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7353 is #558CAC. Grayscale: #7F7F7F. Windows color (decimal): -5606573 or 5469098. OLE color: 5469098.

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

Color convert

RGB 170 115 83 -
CMYK 0 0.32 0.51 0.33
HSL 22.07º 0.34% 0.5% -
HSV(B) 22.07º 0.51% 0.67% -
XYZ 24.27 21.43 11.04 -
YUV 127.8 102.72 158.1 -
System Red Green Blue C M Y K H S L
Decimal 170 115 83 0 0.32 0.51 0.33 22.07 0.34 0.5
Hex AA 73 53 0 20 33 21 16 22 32
Octal 252 163 123 0 40 63 41 26 42 62
Binary 10101010 1110011 1010011 0 100000 110011 100001 10110 100010 110010

Color Harmonies of #AA7353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7353

Black with #AA7353

Text Example


Text Example

White with #AA7353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7353; }

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

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

background-color css

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

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

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

border-color css

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

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

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