Html Css Color HEX #AA9356 Teak

📋 copy color: '#AA9356'

red 170 ◦ green 147 ◦ blue 86

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

Shades of Teak #AA9356

Tints of Teak #AA9356

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.48%

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

R = 42.18%
G = 36.48%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA9356 (or 0xAA9356) is known color: Teak. HEX triplet: AA, 93 and 56. RGB value is (170,147,86). Sum of RGB (Red+Green+Blue) = 170+147+86=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9356 is #556CA9. Grayscale: #939393. Windows color (decimal): -5598378 or 5673898. OLE color: 5673898.

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

Color convert

RGB 170 147 86 -
CMYK 0 0.14 0.49 0.33
HSL 43.57º 0.33% 0.5% -
HSV(B) 43.57º 0.49% 0.67% -
XYZ 28.69 30.09 13.1 -
YUV 146.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 170 147 86 0 0.14 0.49 0.33 43.57 0.33 0.5
Hex AA 93 56 0 E 31 21 2C 21 32
Octal 252 223 126 0 16 61 41 54 41 62
Binary 10101010 10010011 1010110 0 1110 110001 100001 101100 100001 110010

Color Harmonies of #AA9356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9356

Black with #AA9356

Text Example


Text Example

White with #AA9356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9356; }

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

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

background-color css

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

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

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

border-color css

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

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

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