Html Css Color HEX #AA8D5D Teak

📋 copy color: '#AA8D5D'

red 170 ◦ green 141 ◦ blue 93

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

Shades of Teak #AA8D5D

Tints of Teak #AA8D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.02%

R = 42.08%
G = 34.9%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA8D5D (or 0xAA8D5D) is known color: Teak. HEX triplet: AA, 8D and 5D. RGB value is (170,141,93). Sum of RGB (Red+Green+Blue) = 170+141+93=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D5D is #5572A2. Grayscale: #909090. Windows color (decimal): -5599907 or 6131114. OLE color: 6131114.

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

Color convert

RGB 170 141 93 -
CMYK 0 0.17 0.45 0.33
HSL 37.4º 0.31% 0.52% -
HSV(B) 37.4º 0.45% 0.67% -
XYZ 28.08 28.39 14.36 -
YUV 144.2 99.11 146.4 -
System Red Green Blue C M Y K H S L
Decimal 170 141 93 0 0.17 0.45 0.33 37.4 0.31 0.52
Hex AA 8D 5D 0 11 2D 21 25 1F 34
Octal 252 215 135 0 21 55 41 45 37 64
Binary 10101010 10001101 1011101 0 10001 101101 100001 100101 11111 110100

Color Harmonies of #AA8D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D5D

Black with #AA8D5D

Text Example


Text Example

White with #AA8D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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