Html Css Color HEX #AA8F5B Teak

📋 copy color: '#AA8F5B'

red 170 ◦ green 143 ◦ blue 91

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

Shades of Teak #AA8F5B

Tints of Teak #AA8F5B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.4%

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

R = 42.08%
G = 35.4%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA8F5B (or 0xAA8F5B) is known color: Teak. HEX triplet: AA, 8F and 5B. RGB value is (170,143,91). Sum of RGB (Red+Green+Blue) = 170+143+91=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F5B is #5570A4. Grayscale: #919191. Windows color (decimal): -5599397 or 6000554. OLE color: 6000554.

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

Color convert

RGB 170 143 91 -
CMYK 0 0.16 0.46 0.33
HSL 39.49º 0.32% 0.51% -
HSV(B) 39.49º 0.46% 0.67% -
XYZ 28.29 28.95 13.99 -
YUV 145.15 97.45 145.73 -
System Red Green Blue C M Y K H S L
Decimal 170 143 91 0 0.16 0.46 0.33 39.49 0.32 0.51
Hex AA 8F 5B 0 10 2E 21 27 20 33
Octal 252 217 133 0 20 56 41 47 40 63
Binary 10101010 10001111 1011011 0 10000 101110 100001 100111 100000 110011

Color Harmonies of #AA8F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F5B

Black with #AA8F5B

Text Example


Text Example

White with #AA8F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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