Html Css Color HEX #AA885C Teak

📋 copy color: '#AA885C'

red 170 ◦ green 136 ◦ blue 92

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

Shades of Teak #AA885C

Tints of Teak #AA885C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.17%

 BLUE value IS 92 (36.33% from 255) = 23.12%

R = 42.71%
G = 34.17%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA885C (or 0xAA885C) is known color: Teak. HEX triplet: AA, 88 and 5C. RGB value is (170,136,92). Sum of RGB (Red+Green+Blue) = 170+136+92=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA885C is #5577A3. Grayscale: #8D8D8D. Windows color (decimal): -5601188 or 6064298. OLE color: 6064298.

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

Color convert

RGB 170 136 92 -
CMYK 0 0.20 0.46 0.33
HSL 33.85º 0.31% 0.51% -
HSV(B) 33.85º 0.46% 0.67% -
XYZ 27.31 26.93 13.88 -
YUV 141.15 100.26 148.58 -
System Red Green Blue C M Y K H S L
Decimal 170 136 92 0 0.20 0.46 0.33 33.85 0.31 0.51
Hex AA 88 5C 0 14 2E 21 22 1F 33
Octal 252 210 134 0 24 56 41 42 37 63
Binary 10101010 10001000 1011100 0 10100 101110 100001 100010 11111 110011

Color Harmonies of #AA885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA885C

Black with #AA885C

Text Example


Text Example

White with #AA885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA885C; }

 p { color: rgb(170,136,92); }

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

background-color css

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

 a { background-color: rgb(170,136,92); }

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

border-color css

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

 span { border-color: rgb(170,136,92); }

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