Html Css Color HEX #A08858 Teak

📋 copy color: '#A08858'

red 160 ◦ green 136 ◦ blue 88

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

Shades of Teak #A08858

Tints of Teak #A08858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.92%

R = 41.67%
G = 35.42%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A08858 (or 0xA08858) is known color: Teak. HEX triplet: A0, 88 and 58. RGB value is (160,136,88). Sum of RGB (Red+Green+Blue) = 160+136+88=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A08858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08858 is #5F77A7. Grayscale: #898989. Windows color (decimal): -6256552 or 5802144. OLE color: 5802144.

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

Color convert

RGB 160 136 88 -
CMYK 0 0.15 0.45 0.37
HSL 40º 0.29% 0.49% -
HSV(B) 40º 0.45% 0.63% -
XYZ 25.06 25.79 12.89 -
YUV 137.7 99.95 143.9 -
System Red Green Blue C M Y K H S L
Decimal 160 136 88 0 0.15 0.45 0.37 40 0.29 0.49
Hex A0 88 58 0 F 2D 25 28 1D 31
Octal 240 210 130 0 17 55 45 50 35 61
Binary 10100000 10001000 1011000 0 1111 101101 100101 101000 11101 110001

Color Harmonies of #A08858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08858

Black with #A08858

Text Example


Text Example

White with #A08858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08858; }

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

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

background-color css

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

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

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

border-color css

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

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

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