Html Css Color HEX #AA8950 Teak

📋 copy color: '#AA8950'

red 170 ◦ green 137 ◦ blue 80

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

Shades of Teak #AA8950

Tints of Teak #AA8950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.4%

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

R = 43.93%
G = 35.4%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AA8950 (or 0xAA8950) is known color: Teak. HEX triplet: AA, 89 and 50. RGB value is (170,137,80). Sum of RGB (Red+Green+Blue) = 170+137+80=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8950 is #5576AF. Grayscale: #8C8C8C. Windows color (decimal): -5600944 or 5278122. OLE color: 5278122.

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

Color convert

RGB 170 137 80 -
CMYK 0 0.19 0.53 0.33
HSL 38º 0.36% 0.49% -
HSV(B) 38º 0.53% 0.67% -
XYZ 26.97 27.02 11.38 -
YUV 140.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 170 137 80 0 0.19 0.53 0.33 38 0.36 0.49
Hex AA 89 50 0 13 35 21 26 24 31
Octal 252 211 120 0 23 65 41 46 44 61
Binary 10101010 10001001 1010000 0 10011 110101 100001 100110 100100 110001

Color Harmonies of #AA8950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8950

Black with #AA8950

Text Example


Text Example

White with #AA8950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8950; }

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

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

background-color css

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

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

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

border-color css

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

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

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