Html Css Color HEX #A09156 Teak

📋 copy color: '#A09156'

red 160 ◦ green 145 ◦ blue 86

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

Shades of Teak #A09156

Tints of Teak #A09156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.99%

R = 40.92%
G = 37.08%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A09156 (or 0xA09156) is known color: Teak. HEX triplet: A0, 91 and 56. RGB value is (160,145,86). Sum of RGB (Red+Green+Blue) = 160+145+86=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A09156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09156 is #5F6EA9. Grayscale: #8F8F8F. Windows color (decimal): -6254250 or 5673376. OLE color: 5673376.

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

Color convert

RGB 160 145 86 -
CMYK 0 0.09 0.46 0.37
HSL 47.84º 0.3% 0.48% -
HSV(B) 47.84º 0.46% 0.63% -
XYZ 26.3 28.4 12.9 -
YUV 142.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 160 145 86 0 0.09 0.46 0.37 47.84 0.3 0.48
Hex A0 91 56 0 9 2E 25 30 1E 30
Octal 240 221 126 0 11 56 45 60 36 60
Binary 10100000 10010001 1010110 0 1001 101110 100101 110000 11110 110000

Color Harmonies of #A09156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09156

Black with #A09156

Text Example


Text Example

White with #A09156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09156; }

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

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

background-color css

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

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

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

border-color css

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

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

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