Html Css Color HEX #AA895B Teak

📋 copy color: '#AA895B'

red 170 ◦ green 137 ◦ blue 91

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

Shades of Teak #AA895B

Tints of Teak #AA895B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.86%

R = 42.71%
G = 34.42%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA895B (or 0xAA895B) is known color: Teak. HEX triplet: AA, 89 and 5B. RGB value is (170,137,91). Sum of RGB (Red+Green+Blue) = 170+137+91=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA895B is #5576A4. Grayscale: #8D8D8D. Windows color (decimal): -5600933 or 5999018. OLE color: 5999018.

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

Color convert

RGB 170 137 91 -
CMYK 0 0.19 0.46 0.33
HSL 34.94º 0.32% 0.51% -
HSV(B) 34.94º 0.46% 0.67% -
XYZ 27.41 27.19 13.7 -
YUV 141.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 170 137 91 0 0.19 0.46 0.33 34.94 0.32 0.51
Hex AA 89 5B 0 13 2E 21 23 20 33
Octal 252 211 133 0 23 56 41 43 40 63
Binary 10101010 10001001 1011011 0 10011 101110 100001 100011 100000 110011

Color Harmonies of #AA895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA895B

Black with #AA895B

Text Example


Text Example

White with #AA895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA895B; }

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

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

background-color css

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

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

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

border-color css

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

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

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