Html Css Color HEX #AA8D50 Teak

📋 copy color: '#AA8D50'

red 170 ◦ green 141 ◦ blue 80

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

Shades of Teak #AA8D50

Tints of Teak #AA8D50

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.06%

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

R = 43.48%
G = 36.06%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AA8D50 (or 0xAA8D50) is known color: Teak. HEX triplet: AA, 8D and 50. RGB value is (170,141,80). Sum of RGB (Red+Green+Blue) = 170+141+80=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D50 is #5572AF. Grayscale: #8E8E8E. Windows color (decimal): -5599920 or 5279146. OLE color: 5279146.

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

Color convert

RGB 170 141 80 -
CMYK 0 0.17 0.53 0.33
HSL 40.67º 0.36% 0.49% -
HSV(B) 40.67º 0.53% 0.67% -
XYZ 27.55 28.17 11.58 -
YUV 142.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 170 141 80 0 0.17 0.53 0.33 40.67 0.36 0.49
Hex AA 8D 50 0 11 35 21 29 24 31
Octal 252 215 120 0 21 65 41 51 44 61
Binary 10101010 10001101 1010000 0 10001 110101 100001 101001 100100 110001

Color Harmonies of #AA8D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D50

Black with #AA8D50

Text Example


Text Example

White with #AA8D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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