Html Css Color HEX #AA8E5C Teak

📋 copy color: '#AA8E5C'

red 170 ◦ green 142 ◦ blue 92

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

Shades of Teak #AA8E5C

Tints of Teak #AA8E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.77%

R = 42.08%
G = 35.15%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA8E5C (or 0xAA8E5C) is known color: Teak. HEX triplet: AA, 8E and 5C. RGB value is (170,142,92). Sum of RGB (Red+Green+Blue) = 170+142+92=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8E5C is #5571A3. Grayscale: #909090. Windows color (decimal): -5599652 or 6065834. OLE color: 6065834.

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

Color convert

RGB 170 142 92 -
CMYK 0 0.16 0.46 0.33
HSL 38.46º 0.31% 0.51% -
HSV(B) 38.46º 0.46% 0.67% -
XYZ 28.18 28.66 14.17 -
YUV 144.67 98.28 146.07 -
System Red Green Blue C M Y K H S L
Decimal 170 142 92 0 0.16 0.46 0.33 38.46 0.31 0.51
Hex AA 8E 5C 0 10 2E 21 26 1F 33
Octal 252 216 134 0 20 56 41 46 37 63
Binary 10101010 10001110 1011100 0 10000 101110 100001 100110 11111 110011

Color Harmonies of #AA8E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8E5C

Black with #AA8E5C

Text Example


Text Example

White with #AA8E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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