Html Css Color HEX #A99159 Teak

📋 copy color: '#A99159'

red 169 ◦ green 145 ◦ blue 89

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

Shades of Teak #A99159

Tints of Teak #A99159

RGB

 RED value IS 169 (66.41% from 255) = 41.94%

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

 BLUE value IS 89 (35.16% from 255) = 22.08%

R = 41.94%
G = 35.98%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A99159 (or 0xA99159) is known color: Teak. HEX triplet: A9, 91 and 59. RGB value is (169,145,89). Sum of RGB (Red+Green+Blue) = 169+145+89=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A99159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99159 is #566EA6. Grayscale: #929292. Windows color (decimal): -5664423 or 5869993. OLE color: 5869993.

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

Color convert

RGB 169 145 89 -
CMYK 0 0.14 0.47 0.34
HSL 42º 0.32% 0.51% -
HSV(B) 42º 0.47% 0.66% -
XYZ 28.29 29.41 13.64 -
YUV 145.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 169 145 89 0 0.14 0.47 0.34 42 0.32 0.51
Hex A9 91 59 0 E 2F 22 2A 20 33
Octal 251 221 131 0 16 57 42 52 40 63
Binary 10101001 10010001 1011001 0 1110 101111 100010 101010 100000 110011

Color Harmonies of #A99159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99159

Black with #A99159

Text Example


Text Example

White with #A99159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99159; }

 p { color: rgb(169,145,89); }

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

background-color css

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

 a { background-color: rgb(169,145,89); }

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

border-color css

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

 span { border-color: rgb(169,145,89); }

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