Html Css Color HEX #A08856 Teak

📋 copy color: '#A08856'

red 160 ◦ green 136 ◦ blue 86

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

Shades of Teak #A08856

Tints of Teak #A08856

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.6%

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

R = 41.88%
G = 35.6%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A08856 (or 0xA08856) is known color: Teak. HEX triplet: A0, 88 and 56. RGB value is (160,136,86). Sum of RGB (Red+Green+Blue) = 160+136+86=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A08856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08856 is #5F77A9. Grayscale: #898989. Windows color (decimal): -6256554 or 5671072. OLE color: 5671072.

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

Color convert

RGB 160 136 86 -
CMYK 0 0.15 0.46 0.37
HSL 40.54º 0.3% 0.48% -
HSV(B) 40.54º 0.46% 0.63% -
XYZ 24.98 25.75 12.46 -
YUV 137.48 98.95 144.07 -
System Red Green Blue C M Y K H S L
Decimal 160 136 86 0 0.15 0.46 0.37 40.54 0.3 0.48
Hex A0 88 56 0 F 2E 25 29 1E 30
Octal 240 210 126 0 17 56 45 51 36 60
Binary 10100000 10001000 1010110 0 1111 101110 100101 101001 11110 110000

Color Harmonies of #A08856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08856

Black with #A08856

Text Example


Text Example

White with #A08856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08856; }

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

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

background-color css

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

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

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

border-color css

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

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

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