Html Css Color HEX #AA915B Teak

📋 copy color: '#AA915B'

red 170 ◦ green 145 ◦ blue 91

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

Shades of Teak #AA915B

Tints of Teak #AA915B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.71%

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

R = 41.87%
G = 35.71%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA915B (or 0xAA915B) is known color: Teak. HEX triplet: AA, 91 and 5B. RGB value is (170,145,91). Sum of RGB (Red+Green+Blue) = 170+145+91=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA915B is #556EA4. Grayscale: #929292. Windows color (decimal): -5598885 or 6001066. OLE color: 6001066.

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

Color convert

RGB 170 145 91 -
CMYK 0 0.15 0.46 0.33
HSL 41.01º 0.32% 0.51% -
HSV(B) 41.01º 0.46% 0.67% -
XYZ 28.59 29.55 14.09 -
YUV 146.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 170 145 91 0 0.15 0.46 0.33 41.01 0.32 0.51
Hex AA 91 5B 0 F 2E 21 29 20 33
Octal 252 221 133 0 17 56 41 51 40 63
Binary 10101010 10010001 1011011 0 1111 101110 100001 101001 100000 110011

Color Harmonies of #AA915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA915B

Black with #AA915B

Text Example


Text Example

White with #AA915B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA915B; }

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

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

background-color css

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

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

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

border-color css

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

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

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