Html Css Color HEX #AA8F56 Teak

📋 copy color: '#AA8F56'

red 170 ◦ green 143 ◦ blue 86

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

Shades of Teak #AA8F56

Tints of Teak #AA8F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.55%

R = 42.61%
G = 35.84%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA8F56 (or 0xAA8F56) is known color: Teak. HEX triplet: AA, 8F and 56. RGB value is (170,143,86). Sum of RGB (Red+Green+Blue) = 170+143+86=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F56 is #5570A9. Grayscale: #909090. Windows color (decimal): -5599402 or 5672874. OLE color: 5672874.

HSL color Cylindrical-coordinate representation of color #AA8F56: hue angle of 40.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA8F56 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 143 86 -
CMYK 0 0.16 0.49 0.33
HSL 40.71º 0.33% 0.5% -
HSV(B) 40.71º 0.49% 0.67% -
XYZ 28.08 28.86 12.9 -
YUV 144.58 94.95 146.13 -
System Red Green Blue C M Y K H S L
Decimal 170 143 86 0 0.16 0.49 0.33 40.71 0.33 0.5
Hex AA 8F 56 0 10 31 21 29 21 32
Octal 252 217 126 0 20 61 41 51 41 62
Binary 10101010 10001111 1010110 0 10000 110001 100001 101001 100001 110010

Color Harmonies of #AA8F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F56

Black with #AA8F56

Text Example


Text Example

White with #AA8F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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