Html Css Color HEX #AA865B Teak

📋 copy color: '#AA865B'

red 170 ◦ green 134 ◦ blue 91

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

Shades of Teak #AA865B

Tints of Teak #AA865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.92%

 BLUE value IS 91 (35.94% from 255) = 23.04%

R = 43.04%
G = 33.92%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA865B (or 0xAA865B) is known color: Teak. HEX triplet: AA, 86 and 5B. RGB value is (170,134,91). Sum of RGB (Red+Green+Blue) = 170+134+91=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA865B is #5579A4. Grayscale: #8C8C8C. Windows color (decimal): -5601701 or 5998250. OLE color: 5998250.

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

Color convert

RGB 170 134 91 -
CMYK 0 0.21 0.46 0.33
HSL 32.66º 0.32% 0.51% -
HSV(B) 32.66º 0.46% 0.67% -
XYZ 26.99 26.35 13.56 -
YUV 139.86 100.43 149.5 -
System Red Green Blue C M Y K H S L
Decimal 170 134 91 0 0.21 0.46 0.33 32.66 0.32 0.51
Hex AA 86 5B 0 15 2E 21 21 20 33
Octal 252 206 133 0 25 56 41 41 40 63
Binary 10101010 10000110 1011011 0 10101 101110 100001 100001 100000 110011

Color Harmonies of #AA865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA865B

Black with #AA865B

Text Example


Text Example

White with #AA865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA865B; }

 p { color: rgb(170,134,91); }

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

background-color css

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

 a { background-color: rgb(170,134,91); }

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

border-color css

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

 span { border-color: rgb(170,134,91); }

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