Html Css Color HEX #A08855 Teak

📋 copy color: '#A08855'

red 160 ◦ green 136 ◦ blue 85

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

Shades of Teak #A08855

Tints of Teak #A08855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.31%

R = 41.99%
G = 35.7%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A08855 (or 0xA08855) is known color: Teak. HEX triplet: A0, 88 and 55. RGB value is (160,136,85). Sum of RGB (Red+Green+Blue) = 160+136+85=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A08855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08855 is #5F77AA. Grayscale: #898989. Windows color (decimal): -6256555 or 5605536. OLE color: 5605536.

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

Color convert

RGB 160 136 85 -
CMYK 0 0.15 0.47 0.37
HSL 40.8º 0.31% 0.48% -
HSV(B) 40.8º 0.47% 0.63% -
XYZ 24.94 25.74 12.25 -
YUV 137.36 98.45 144.15 -
System Red Green Blue C M Y K H S L
Decimal 160 136 85 0 0.15 0.47 0.37 40.8 0.31 0.48
Hex A0 88 55 0 F 2F 25 29 1F 30
Octal 240 210 125 0 17 57 45 51 37 60
Binary 10100000 10001000 1010101 0 1111 101111 100101 101001 11111 110000

Color Harmonies of #A08855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08855

Black with #A08855

Text Example


Text Example

White with #A08855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08855; }

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

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

background-color css

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

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

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

border-color css

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

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

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