Html Css Color HEX #AA8B5A Teak

📋 copy color: '#AA8B5A'

red 170 ◦ green 139 ◦ blue 90

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

Shades of Teak #AA8B5A

Tints of Teak #AA8B5A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.84%

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

R = 42.61%
G = 34.84%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA8B5A (or 0xAA8B5A) is known color: Teak. HEX triplet: AA, 8B and 5A. RGB value is (170,139,90). Sum of RGB (Red+Green+Blue) = 170+139+90=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B5A is #5574A5. Grayscale: #8E8E8E. Windows color (decimal): -5600422 or 5933994. OLE color: 5933994.

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

Color convert

RGB 170 139 90 -
CMYK 0 0.18 0.47 0.33
HSL 36.75º 0.32% 0.51% -
HSV(B) 36.75º 0.47% 0.67% -
XYZ 27.66 27.75 13.57 -
YUV 142.68 98.27 147.48 -
System Red Green Blue C M Y K H S L
Decimal 170 139 90 0 0.18 0.47 0.33 36.75 0.32 0.51
Hex AA 8B 5A 0 12 2F 21 25 20 33
Octal 252 213 132 0 22 57 41 45 40 63
Binary 10101010 10001011 1011010 0 10010 101111 100001 100101 100000 110011

Color Harmonies of #AA8B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8B5A

Black with #AA8B5A

Text Example


Text Example

White with #AA8B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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