Html Css Color HEX #A09256 Teak

📋 copy color: '#A09256'

red 160 ◦ green 146 ◦ blue 86

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

Shades of Teak #A09256

Tints of Teak #A09256

RGB

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

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

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

R = 40.82%
G = 37.24%
B = 21.94%

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

#A09256 (or 0xA09256) is known color: Teak. HEX triplet: A0, 92 and 56. RGB value is (160,146,86). Sum of RGB (Red+Green+Blue) = 160+146+86=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A09256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09256 is #5F6DA9. Grayscale: #8F8F8F. Windows color (decimal): -6253994 or 5673632. OLE color: 5673632.

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

Color convert

RGB 160 146 86 -
CMYK 0 0.09 0.46 0.37
HSL 48.65º 0.3% 0.48% -
HSV(B) 48.65º 0.46% 0.63% -
XYZ 26.46 28.7 12.95 -
YUV 143.35 95.64 139.88 -
System Red Green Blue C M Y K H S L
Decimal 160 146 86 0 0.09 0.46 0.37 48.65 0.3 0.48
Hex A0 92 56 0 9 2E 25 31 1E 30
Octal 240 222 126 0 11 56 45 61 36 60
Binary 10100000 10010010 1010110 0 1001 101110 100101 110001 11110 110000

Color Harmonies of #A09256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09256

Black with #A09256

Text Example


Text Example

White with #A09256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09256; }

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

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

background-color css

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

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

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

border-color css

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

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

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