Html Css Color HEX #AA855A Teak

📋 copy color: '#AA855A'

red 170 ◦ green 133 ◦ blue 90

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

Shades of Teak #AA855A

Tints of Teak #AA855A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.9%

R = 43.26%
G = 33.84%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA855A (or 0xAA855A) is known color: Teak. HEX triplet: AA, 85 and 5A. RGB value is (170,133,90). Sum of RGB (Red+Green+Blue) = 170+133+90=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA855A is #557AA5. Grayscale: #8B8B8B. Windows color (decimal): -5601958 or 5932458. OLE color: 5932458.

HSL color Cylindrical-coordinate representation of color #AA855A: hue angle of 32.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA855A is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 133 90 -
CMYK 0 0.22 0.47 0.33
HSL 32.25º 0.32% 0.51% -
HSV(B) 32.25º 0.47% 0.67% -
XYZ 26.81 26.06 13.29 -
YUV 139.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 170 133 90 0 0.22 0.47 0.33 32.25 0.32 0.51
Hex AA 85 5A 0 16 2F 21 20 20 33
Octal 252 205 132 0 26 57 41 40 40 63
Binary 10101010 10000101 1011010 0 10110 101111 100001 100000 100000 110011

Color Harmonies of #AA855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA855A

Black with #AA855A

Text Example


Text Example

White with #AA855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA855A; }

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

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

background-color css

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

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

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

border-color css

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

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

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