Html Css Color HEX #AA895A Teak

📋 copy color: '#AA895A'

red 170 ◦ green 137 ◦ blue 90

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

Shades of Teak #AA895A

Tints of Teak #AA895A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.67%

R = 42.82%
G = 34.51%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA895A (or 0xAA895A) is known color: Teak. HEX triplet: AA, 89 and 5A. RGB value is (170,137,90). Sum of RGB (Red+Green+Blue) = 170+137+90=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA895A is #5576A5. Grayscale: #8D8D8D. Windows color (decimal): -5600934 or 5933482. OLE color: 5933482.

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

Color convert

RGB 170 137 90 -
CMYK 0 0.19 0.47 0.33
HSL 35.25º 0.32% 0.51% -
HSV(B) 35.25º 0.47% 0.67% -
XYZ 27.37 27.18 13.48 -
YUV 141.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 170 137 90 0 0.19 0.47 0.33 35.25 0.32 0.51
Hex AA 89 5A 0 13 2F 21 23 20 33
Octal 252 211 132 0 23 57 41 43 40 63
Binary 10101010 10001001 1011010 0 10011 101111 100001 100011 100000 110011

Color Harmonies of #AA895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA895A

Black with #AA895A

Text Example


Text Example

White with #AA895A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA895A; }

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

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

background-color css

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

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

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

border-color css

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

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

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