Html Css Color HEX #AA915A Teak

📋 copy color: '#AA915A'

red 170 ◦ green 145 ◦ blue 90

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

Shades of Teak #AA915A

Tints of Teak #AA915A

RGB

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

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

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

R = 41.98%
G = 35.8%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA915A (or 0xAA915A) is known color: Teak. HEX triplet: AA, 91 and 5A. RGB value is (170,145,90). Sum of RGB (Red+Green+Blue) = 170+145+90=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA915A is #556EA5. Grayscale: #929292. Windows color (decimal): -5598886 or 5935530. OLE color: 5935530.

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

Color convert

RGB 170 145 90 -
CMYK 0 0.15 0.47 0.33
HSL 41.25º 0.32% 0.51% -
HSV(B) 41.25º 0.47% 0.67% -
XYZ 28.55 29.54 13.87 -
YUV 146.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 170 145 90 0 0.15 0.47 0.33 41.25 0.32 0.51
Hex AA 91 5A 0 F 2F 21 29 20 33
Octal 252 221 132 0 17 57 41 51 40 63
Binary 10101010 10010001 1011010 0 1111 101111 100001 101001 100000 110011

Color Harmonies of #AA915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA915A

Black with #AA915A

Text Example


Text Example

White with #AA915A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA915A; }

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

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

background-color css

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

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

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

border-color css

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

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

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