Html Css Color HEX #AA855B Teak

📋 copy color: '#AA855B'

red 170 ◦ green 133 ◦ blue 91

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

Shades of Teak #AA855B

Tints of Teak #AA855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.76%

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

R = 43.15%
G = 33.76%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA855B (or 0xAA855B) is known color: Teak. HEX triplet: AA, 85 and 5B. RGB value is (170,133,91). Sum of RGB (Red+Green+Blue) = 170+133+91=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA855B is #557AA4. Grayscale: #8B8B8B. Windows color (decimal): -5601957 or 5997994. OLE color: 5997994.

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

Color convert

RGB 170 133 91 -
CMYK 0 0.22 0.46 0.33
HSL 31.9º 0.32% 0.51% -
HSV(B) 31.9º 0.46% 0.67% -
XYZ 26.85 26.08 13.52 -
YUV 139.28 100.76 149.92 -
System Red Green Blue C M Y K H S L
Decimal 170 133 91 0 0.22 0.46 0.33 31.9 0.32 0.51
Hex AA 85 5B 0 16 2E 21 20 20 33
Octal 252 205 133 0 26 56 41 40 40 63
Binary 10101010 10000101 1011011 0 10110 101110 100001 100000 100000 110011

Color Harmonies of #AA855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA855B

Black with #AA855B

Text Example


Text Example

White with #AA855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA855B; }

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

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

background-color css

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

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

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

border-color css

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

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

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