Html Css Color HEX #A09259 Teak

📋 copy color: '#A09259'

red 160 ◦ green 146 ◦ blue 89

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

Shades of Teak #A09259

Tints of Teak #A09259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.96%

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

R = 40.51%
G = 36.96%
B = 22.53%

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

#A09259 (or 0xA09259) is known color: Teak. HEX triplet: A0, 92 and 59. RGB value is (160,146,89). Sum of RGB (Red+Green+Blue) = 160+146+89=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A09259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09259 is #5F6DA6. Grayscale: #8F8F8F. Windows color (decimal): -6253991 or 5870240. OLE color: 5870240.

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

Color convert

RGB 160 146 89 -
CMYK 0 0.09 0.44 0.37
HSL 48.17º 0.29% 0.49% -
HSV(B) 48.17º 0.44% 0.63% -
XYZ 26.58 28.75 13.6 -
YUV 143.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 160 146 89 0 0.09 0.44 0.37 48.17 0.29 0.49
Hex A0 92 59 0 9 2C 25 30 1D 31
Octal 240 222 131 0 11 54 45 60 35 61
Binary 10100000 10010010 1011001 0 1001 101100 100101 110000 11101 110001

Color Harmonies of #A09259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09259

Black with #A09259

Text Example


Text Example

White with #A09259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09259; }

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

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

background-color css

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

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

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

border-color css

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

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

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