Html Css Color HEX #AA6350 Sante Fe

📋 copy color: '#AA6350'

red 170 ◦ green 99 ◦ blue 80

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

Shades of Sante Fe #AA6350

Tints of Sante Fe #AA6350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.37%

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

R = 48.71%
G = 28.37%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AA6350 (or 0xAA6350) is known color: Sante Fe. HEX triplet: AA, 63 and 50. RGB value is (170,99,80). Sum of RGB (Red+Green+Blue) = 170+99+80=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6350 is #559CAF. Grayscale: #767676. Windows color (decimal): -5610672 or 5268394. OLE color: 5268394.

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

Color convert

RGB 170 99 80 -
CMYK 0 0.42 0.53 0.33
HSL 12.67º 0.36% 0.49% -
HSV(B) 12.67º 0.53% 0.67% -
XYZ 22.49 18.05 9.89 -
YUV 118.06 106.52 165.04 -
System Red Green Blue C M Y K H S L
Decimal 170 99 80 0 0.42 0.53 0.33 12.67 0.36 0.49
Hex AA 63 50 0 2A 35 21 D 24 31
Octal 252 143 120 0 52 65 41 15 44 61
Binary 10101010 1100011 1010000 0 101010 110101 100001 1101 100100 110001

Color Harmonies of #AA6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6350

Black with #AA6350

Text Example


Text Example

White with #AA6350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6350; }

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

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

background-color css

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

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

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

border-color css

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

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

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