Html Css Color HEX #AA8D60 Teak

📋 copy color: '#AA8D60'

red 170 ◦ green 141 ◦ blue 96

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

Shades of Teak #AA8D60

Tints of Teak #AA8D60

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.64%

 BLUE value IS 96 (37.89% from 255) = 23.59%

R = 41.77%
G = 34.64%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA8D60 (or 0xAA8D60) is known color: Teak. HEX triplet: AA, 8D and 60. RGB value is (170,141,96). Sum of RGB (Red+Green+Blue) = 170+141+96=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D60 is #55729F. Grayscale: #909090. Windows color (decimal): -5599904 or 6327722. OLE color: 6327722.

HSL color Cylindrical-coordinate representation of color #AA8D60: hue angle of 36.49º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA8D60 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 141 96 -
CMYK 0 0.17 0.44 0.33
HSL 36.49º 0.3% 0.52% -
HSV(B) 36.49º 0.44% 0.67% -
XYZ 28.21 28.44 15.07 -
YUV 144.54 100.61 146.16 -
System Red Green Blue C M Y K H S L
Decimal 170 141 96 0 0.17 0.44 0.33 36.49 0.3 0.52
Hex AA 8D 60 0 11 2C 21 24 1E 34
Octal 252 215 140 0 21 54 41 44 36 64
Binary 10101010 10001101 1100000 0 10001 101100 100001 100100 11110 110100

Color Harmonies of #AA8D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D60

Black with #AA8D60

Text Example


Text Example

White with #AA8D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D60; }

 p { color: rgb(170,141,96); }

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

background-color css

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

 a { background-color: rgb(170,141,96); }

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

border-color css

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

 span { border-color: rgb(170,141,96); }

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