Html Css Color HEX #AA8E4D Teak

📋 copy color: '#AA8E4D'

red 170 ◦ green 142 ◦ blue 77

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

Shades of Teak #AA8E4D

Tints of Teak #AA8E4D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.5%

 BLUE value IS 77 (30.47% from 255) = 19.79%

R = 43.7%
G = 36.5%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA8E4D (or 0xAA8E4D) is known color: Teak. HEX triplet: AA, 8E and 4D. RGB value is (170,142,77). Sum of RGB (Red+Green+Blue) = 170+142+77=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8E4D is #5571B2. Grayscale: #8F8F8F. Windows color (decimal): -5599667 or 5082794. OLE color: 5082794.

HSL color Cylindrical-coordinate representation of color #AA8E4D: hue angle of 41.94º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA8E4D is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 142 77 -
CMYK 0 0.16 0.55 0.33
HSL 41.94º 0.38% 0.48% -
HSV(B) 41.94º 0.55% 0.67% -
XYZ 27.59 28.43 11.05 -
YUV 142.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 170 142 77 0 0.16 0.55 0.33 41.94 0.38 0.48
Hex AA 8E 4D 0 10 37 21 2A 26 30
Octal 252 216 115 0 20 67 41 52 46 60
Binary 10101010 10001110 1001101 0 10000 110111 100001 101010 100110 110000

Color Harmonies of #AA8E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8E4D

Black with #AA8E4D

Text Example


Text Example

White with #AA8E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8E4D; }

 p { color: rgb(170,142,77); }

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

background-color css

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

 a { background-color: rgb(170,142,77); }

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

border-color css

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

 span { border-color: rgb(170,142,77); }

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