Html Css Color HEX #A09059 Teak

📋 copy color: '#A09059'

red 160 ◦ green 144 ◦ blue 89

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

Shades of Teak #A09059

Tints of Teak #A09059

RGB

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

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

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

R = 40.71%
G = 36.64%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A09059 (or 0xA09059) is known color: Teak. HEX triplet: A0, 90 and 59. RGB value is (160,144,89). Sum of RGB (Red+Green+Blue) = 160+144+89=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A09059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09059 is #5F6FA6. Grayscale: #8E8E8E. Windows color (decimal): -6254503 or 5869728. OLE color: 5869728.

HSL color Cylindrical-coordinate representation of color #A09059: hue angle of 46.48º 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 #A09059 is Cyan = 0, Magento = 0.1, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 144 89 -
CMYK 0 0.1 0.44 0.37
HSL 46.48º 0.29% 0.49% -
HSV(B) 46.48º 0.44% 0.63% -
XYZ 26.27 28.14 13.5 -
YUV 142.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 160 144 89 0 0.1 0.44 0.37 46.48 0.29 0.49
Hex A0 90 59 0 A 2C 25 2E 1D 31
Octal 240 220 131 0 12 54 45 56 35 61
Binary 10100000 10010000 1011001 0 1010 101100 100101 101110 11101 110001

Color Harmonies of #A09059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09059

Black with #A09059

Text Example


Text Example

White with #A09059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09059; }

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

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

background-color css

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

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

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

border-color css

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

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

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