Html Css Color HEX #AA905B Teak

📋 copy color: '#AA905B'

red 170 ◦ green 144 ◦ blue 91

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

Shades of Teak #AA905B

Tints of Teak #AA905B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.56%

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

R = 41.98%
G = 35.56%
B = 22.47%

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

#AA905B (or 0xAA905B) is known color: Teak. HEX triplet: AA, 90 and 5B. RGB value is (170,144,91). Sum of RGB (Red+Green+Blue) = 170+144+91=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA905B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA905B is #556FA4. Grayscale: #919191. Windows color (decimal): -5599141 or 6000810. OLE color: 6000810.

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

Color convert

RGB 170 144 91 -
CMYK 0 0.15 0.46 0.33
HSL 40.25º 0.32% 0.51% -
HSV(B) 40.25º 0.46% 0.67% -
XYZ 28.44 29.25 14.04 -
YUV 145.73 97.11 145.31 -
System Red Green Blue C M Y K H S L
Decimal 170 144 91 0 0.15 0.46 0.33 40.25 0.32 0.51
Hex AA 90 5B 0 F 2E 21 28 20 33
Octal 252 220 133 0 17 56 41 50 40 63
Binary 10101010 10010000 1011011 0 1111 101110 100001 101000 100000 110011

Color Harmonies of #AA905B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA905B

Black with #AA905B

Text Example


Text Example

White with #AA905B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA905B; }

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

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

background-color css

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

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

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

border-color css

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

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

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