Html Css Color HEX #AA895D Teak

📋 copy color: '#AA895D'

red 170 ◦ green 137 ◦ blue 93

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

Shades of Teak #AA895D

Tints of Teak #AA895D

RGB

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

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

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

R = 42.5%
G = 34.25%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA895D (or 0xAA895D) is known color: Teak. HEX triplet: AA, 89 and 5D. RGB value is (170,137,93). Sum of RGB (Red+Green+Blue) = 170+137+93=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA895D is #5576A2. Grayscale: #8E8E8E. Windows color (decimal): -5600931 or 6130090. OLE color: 6130090.

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

Color convert

RGB 170 137 93 -
CMYK 0 0.19 0.45 0.33
HSL 34.29º 0.31% 0.52% -
HSV(B) 34.29º 0.45% 0.67% -
XYZ 27.5 27.23 14.16 -
YUV 141.85 100.43 148.08 -
System Red Green Blue C M Y K H S L
Decimal 170 137 93 0 0.19 0.45 0.33 34.29 0.31 0.52
Hex AA 89 5D 0 13 2D 21 22 1F 34
Octal 252 211 135 0 23 55 41 42 37 64
Binary 10101010 10001001 1011101 0 10011 101101 100001 100010 11111 110100

Color Harmonies of #AA895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA895D

Black with #AA895D

Text Example


Text Example

White with #AA895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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