Html Css Color HEX #A09159 Teak

📋 copy color: '#A09159'

red 160 ◦ green 145 ◦ blue 89

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

Shades of Teak #A09159

Tints of Teak #A09159

RGB

 RED value IS 160 (62.89% from 255) = 40.61%

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

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

R = 40.61%
G = 36.8%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A09159 (or 0xA09159) is known color: Teak. HEX triplet: A0, 91 and 59. RGB value is (160,145,89). Sum of RGB (Red+Green+Blue) = 160+145+89=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A09159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09159 is #5F6EA6. Grayscale: #8F8F8F. Windows color (decimal): -6254247 or 5869984. OLE color: 5869984.

HSL color Cylindrical-coordinate representation of color #A09159: hue angle of 47.32º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A09159 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 145 89 -
CMYK 0 0.09 0.44 0.37
HSL 47.32º 0.29% 0.49% -
HSV(B) 47.32º 0.44% 0.63% -
XYZ 26.43 28.45 13.55 -
YUV 143.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 160 145 89 0 0.09 0.44 0.37 47.32 0.29 0.49
Hex A0 91 59 0 9 2C 25 2F 1D 31
Octal 240 221 131 0 11 54 45 57 35 61
Binary 10100000 10010001 1011001 0 1001 101100 100101 101111 11101 110001

Color Harmonies of #A09159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09159

Black with #A09159

Text Example


Text Example

White with #A09159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09159; }

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

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

background-color css

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

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

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

border-color css

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

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

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