Html Css Color HEX #A08F57 Teak

📋 copy color: '#A08F57'

red 160 ◦ green 143 ◦ blue 87

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

Shades of Teak #A08F57

Tints of Teak #A08F57

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.67%

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

R = 41.03%
G = 36.67%
B = 22.31%

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

#A08F57 (or 0xA08F57) is known color: Teak. HEX triplet: A0, 8F and 57. RGB value is (160,143,87). Sum of RGB (Red+Green+Blue) = 160+143+87=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08F57 is #5F70A8. Grayscale: #8D8D8D. Windows color (decimal): -6254761 or 5738400. OLE color: 5738400.

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

Color convert

RGB 160 143 87 -
CMYK 0 0.11 0.46 0.37
HSL 46.03º 0.3% 0.48% -
HSV(B) 46.03º 0.46% 0.63% -
XYZ 26.04 27.81 13.01 -
YUV 141.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 160 143 87 0 0.11 0.46 0.37 46.03 0.3 0.48
Hex A0 8F 57 0 B 2E 25 2E 1E 30
Octal 240 217 127 0 13 56 45 56 36 60
Binary 10100000 10001111 1010111 0 1011 101110 100101 101110 11110 110000

Color Harmonies of #A08F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08F57

Black with #A08F57

Text Example


Text Example

White with #A08F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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