Html Css Color HEX #AA8A5B Teak

📋 copy color: '#AA8A5B'

red 170 ◦ green 138 ◦ blue 91

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

Shades of Teak #AA8A5B

Tints of Teak #AA8A5B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.59%

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

R = 42.61%
G = 34.59%
B = 22.81%

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

#AA8A5B (or 0xAA8A5B) is known color: Teak. HEX triplet: AA, 8A and 5B. RGB value is (170,138,91). Sum of RGB (Red+Green+Blue) = 170+138+91=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A5B is #5575A4. Grayscale: #8E8E8E. Windows color (decimal): -5600677 or 5999274. OLE color: 5999274.

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

Color convert

RGB 170 138 91 -
CMYK 0 0.19 0.46 0.33
HSL 35.7º 0.32% 0.51% -
HSV(B) 35.7º 0.46% 0.67% -
XYZ 27.55 27.48 13.75 -
YUV 142.21 99.1 147.82 -
System Red Green Blue C M Y K H S L
Decimal 170 138 91 0 0.19 0.46 0.33 35.7 0.32 0.51
Hex AA 8A 5B 0 13 2E 21 24 20 33
Octal 252 212 133 0 23 56 41 44 40 63
Binary 10101010 10001010 1011011 0 10011 101110 100001 100100 100000 110011

Color Harmonies of #AA8A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A5B

Black with #AA8A5B

Text Example


Text Example

White with #AA8A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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