Html Css Color HEX #AA8B5B Teak

📋 copy color: '#AA8B5B'

red 170 ◦ green 139 ◦ blue 91

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

Shades of Teak #AA8B5B

Tints of Teak #AA8B5B

RGB

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

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

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

R = 42.5%
G = 34.75%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA8B5B (or 0xAA8B5B) is known color: Teak. HEX triplet: AA, 8B and 5B. RGB value is (170,139,91). Sum of RGB (Red+Green+Blue) = 170+139+91=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B5B is #5574A4. Grayscale: #8F8F8F. Windows color (decimal): -5600421 or 5999530. OLE color: 5999530.

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

Color convert

RGB 170 139 91 -
CMYK 0 0.18 0.46 0.33
HSL 36.46º 0.32% 0.51% -
HSV(B) 36.46º 0.46% 0.67% -
XYZ 27.7 27.77 13.8 -
YUV 142.8 98.77 147.4 -
System Red Green Blue C M Y K H S L
Decimal 170 139 91 0 0.18 0.46 0.33 36.46 0.32 0.51
Hex AA 8B 5B 0 12 2E 21 24 20 33
Octal 252 213 133 0 22 56 41 44 40 63
Binary 10101010 10001011 1011011 0 10010 101110 100001 100100 100000 110011

Color Harmonies of #AA8B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8B5B

Black with #AA8B5B

Text Example


Text Example

White with #AA8B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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