Html Css Color HEX #A08E57 Teak

📋 copy color: '#A08E57'

red 160 ◦ green 142 ◦ blue 87

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

Shades of Teak #A08E57

Tints of Teak #A08E57

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.5%

 BLUE value IS 87 (34.38% from 255) = 22.37%

R = 41.13%
G = 36.5%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A08E57 (or 0xA08E57) is known color: Teak. HEX triplet: A0, 8E and 57. RGB value is (160,142,87). Sum of RGB (Red+Green+Blue) = 160+142+87=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08E57 is #5F71A8. Grayscale: #8D8D8D. Windows color (decimal): -6255017 or 5738144. OLE color: 5738144.

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

Color convert

RGB 160 142 87 -
CMYK 0 0.11 0.46 0.37
HSL 45.21º 0.3% 0.48% -
HSV(B) 45.21º 0.46% 0.63% -
XYZ 25.89 27.51 12.96 -
YUV 141.11 97.46 141.47 -
System Red Green Blue C M Y K H S L
Decimal 160 142 87 0 0.11 0.46 0.37 45.21 0.3 0.48
Hex A0 8E 57 0 B 2E 25 2D 1E 30
Octal 240 216 127 0 13 56 45 55 36 60
Binary 10100000 10001110 1010111 0 1011 101110 100101 101101 11110 110000

Color Harmonies of #A08E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08E57

Black with #A08E57

Text Example


Text Example

White with #A08E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08E57; }

 p { color: rgb(160,142,87); }

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

background-color css

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

 a { background-color: rgb(160,142,87); }

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

border-color css

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

 span { border-color: rgb(160,142,87); }

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