Html Css Color HEX #AA865D Teak

📋 copy color: '#AA865D'

red 170 ◦ green 134 ◦ blue 93

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

Shades of Teak #AA865D

Tints of Teak #AA865D

RGB

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

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

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

R = 42.82%
G = 33.75%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA865D (or 0xAA865D) is known color: Teak. HEX triplet: AA, 86 and 5D. RGB value is (170,134,93). Sum of RGB (Red+Green+Blue) = 170+134+93=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA865D is #5579A2. Grayscale: #8C8C8C. Windows color (decimal): -5601699 or 6129322. OLE color: 6129322.

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

Color convert

RGB 170 134 93 -
CMYK 0 0.21 0.45 0.33
HSL 31.95º 0.31% 0.52% -
HSV(B) 31.95º 0.45% 0.67% -
XYZ 27.08 26.39 14.02 -
YUV 140.09 101.43 149.33 -
System Red Green Blue C M Y K H S L
Decimal 170 134 93 0 0.21 0.45 0.33 31.95 0.31 0.52
Hex AA 86 5D 0 15 2D 21 20 1F 34
Octal 252 206 135 0 25 55 41 40 37 64
Binary 10101010 10000110 1011101 0 10101 101101 100001 100000 11111 110100

Color Harmonies of #AA865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA865D

Black with #AA865D

Text Example


Text Example

White with #AA865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA865D; }

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

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

background-color css

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

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

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

border-color css

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

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

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