Html Css Color HEX #AA7350 Sante Fe

📋 copy color: '#AA7350'

red 170 ◦ green 115 ◦ blue 80

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

Shades of Sante Fe #AA7350

Tints of Sante Fe #AA7350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.92%

R = 46.58%
G = 31.51%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AA7350 (or 0xAA7350) is known color: Sante Fe. HEX triplet: AA, 73 and 50. RGB value is (170,115,80). Sum of RGB (Red+Green+Blue) = 170+115+80=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7350 is #558CAF. Grayscale: #7F7F7F. Windows color (decimal): -5606576 or 5272490. OLE color: 5272490.

HSL color Cylindrical-coordinate representation of color #AA7350: hue angle of 23.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA7350 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 115 80 -
CMYK 0 0.32 0.53 0.33
HSL 23.33º 0.36% 0.49% -
HSV(B) 23.33º 0.53% 0.67% -
XYZ 24.16 21.39 10.44 -
YUV 127.46 101.22 158.35 -
System Red Green Blue C M Y K H S L
Decimal 170 115 80 0 0.32 0.53 0.33 23.33 0.36 0.49
Hex AA 73 50 0 20 35 21 17 24 31
Octal 252 163 120 0 40 65 41 27 44 61
Binary 10101010 1110011 1010000 0 100000 110101 100001 10111 100100 110001

Color Harmonies of #AA7350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7350

Black with #AA7350

Text Example


Text Example

White with #AA7350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7350; }

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

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

background-color css

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

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

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

border-color css

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

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

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