Html Css Color HEX #AA8D4C Teak

📋 copy color: '#AA8D4C'

red 170 ◦ green 141 ◦ blue 76

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

Shades of Teak #AA8D4C

Tints of Teak #AA8D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.64%

R = 43.93%
G = 36.43%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA8D4C (or 0xAA8D4C) is known color: Teak. HEX triplet: AA, 8D and 4C. RGB value is (170,141,76). Sum of RGB (Red+Green+Blue) = 170+141+76=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D4C is #5572B3. Grayscale: #8E8E8E. Windows color (decimal): -5599924 or 5017002. OLE color: 5017002.

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

Color convert

RGB 170 141 76 -
CMYK 0 0.17 0.55 0.33
HSL 41.49º 0.38% 0.48% -
HSV(B) 41.49º 0.55% 0.67% -
XYZ 27.41 28.12 10.82 -
YUV 142.26 90.61 147.79 -
System Red Green Blue C M Y K H S L
Decimal 170 141 76 0 0.17 0.55 0.33 41.49 0.38 0.48
Hex AA 8D 4C 0 11 37 21 29 26 30
Octal 252 215 114 0 21 67 41 51 46 60
Binary 10101010 10001101 1001100 0 10001 110111 100001 101001 100110 110000

Color Harmonies of #AA8D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8D4C

Black with #AA8D4C

Text Example


Text Example

White with #AA8D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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