Html Css Color HEX #AA885D Teak

📋 copy color: '#AA885D'

red 170 ◦ green 136 ◦ blue 93

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

Shades of Teak #AA885D

Tints of Teak #AA885D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.31%

R = 42.61%
G = 34.09%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA885D (or 0xAA885D) is known color: Teak. HEX triplet: AA, 88 and 5D. RGB value is (170,136,93). Sum of RGB (Red+Green+Blue) = 170+136+93=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA885D is #5577A2. Grayscale: #8D8D8D. Windows color (decimal): -5601187 or 6129834. OLE color: 6129834.

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

Color convert

RGB 170 136 93 -
CMYK 0 0.20 0.45 0.33
HSL 33.51º 0.31% 0.52% -
HSV(B) 33.51º 0.45% 0.67% -
XYZ 27.36 26.94 14.11 -
YUV 141.26 100.76 148.5 -
System Red Green Blue C M Y K H S L
Decimal 170 136 93 0 0.20 0.45 0.33 33.51 0.31 0.52
Hex AA 88 5D 0 14 2D 21 22 1F 34
Octal 252 210 135 0 24 55 41 42 37 64
Binary 10101010 10001000 1011101 0 10100 101101 100001 100010 11111 110100

Color Harmonies of #AA885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA885D

Black with #AA885D

Text Example


Text Example

White with #AA885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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