Html Css Color HEX #A08850 Teak

📋 copy color: '#A08850'

red 160 ◦ green 136 ◦ blue 80

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

Shades of Teak #A08850

Tints of Teak #A08850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.28%

R = 42.55%
G = 36.17%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A08850 (or 0xA08850) is known color: Teak. HEX triplet: A0, 88 and 50. RGB value is (160,136,80). Sum of RGB (Red+Green+Blue) = 160+136+80=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A08850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08850 is #5F77AF. Grayscale: #898989. Windows color (decimal): -6256560 or 5277856. OLE color: 5277856.

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

Color convert

RGB 160 136 80 -
CMYK 0 0.15 0.5 0.37
HSL 42º 0.33% 0.47% -
HSV(B) 42º 0.5% 0.63% -
XYZ 24.75 25.66 11.24 -
YUV 136.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 160 136 80 0 0.15 0.5 0.37 42 0.33 0.47
Hex A0 88 50 0 F 32 25 2A 21 2F
Octal 240 210 120 0 17 62 45 52 41 57
Binary 10100000 10001000 1010000 0 1111 110010 100101 101010 100001 101111

Color Harmonies of #A08850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08850

Black with #A08850

Text Example


Text Example

White with #A08850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08850; }

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

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

background-color css

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

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

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

border-color css

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

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

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