Html Css Color HEX #AA6950 Sante Fe

📋 copy color: '#AA6950'

red 170 ◦ green 105 ◦ blue 80

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

Shades of Sante Fe #AA6950

Tints of Sante Fe #AA6950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.58%

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

R = 47.89%
G = 29.58%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AA6950 (or 0xAA6950) is known color: Sante Fe. HEX triplet: AA, 69 and 50. RGB value is (170,105,80). Sum of RGB (Red+Green+Blue) = 170+105+80=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6950 is #5596AF. Grayscale: #797979. Windows color (decimal): -5609136 or 5269930. OLE color: 5269930.

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

Color convert

RGB 170 105 80 -
CMYK 0 0.38 0.53 0.33
HSL 16.67º 0.36% 0.49% -
HSV(B) 16.67º 0.53% 0.67% -
XYZ 23.08 19.23 10.08 -
YUV 121.59 104.53 162.53 -
System Red Green Blue C M Y K H S L
Decimal 170 105 80 0 0.38 0.53 0.33 16.67 0.36 0.49
Hex AA 69 50 0 26 35 21 11 24 31
Octal 252 151 120 0 46 65 41 21 44 61
Binary 10101010 1101001 1010000 0 100110 110101 100001 10001 100100 110001

Color Harmonies of #AA6950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6950

Black with #AA6950

Text Example


Text Example

White with #AA6950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6950; }

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

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

background-color css

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

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

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

border-color css

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

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

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