Html Css Color HEX #A08C59 Teak

📋 copy color: '#A08C59'

red 160 ◦ green 140 ◦ blue 89

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

Shades of Teak #A08C59

Tints of Teak #A08C59

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.99%

 BLUE value IS 89 (35.16% from 255) = 22.88%

R = 41.13%
G = 35.99%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A08C59 (or 0xA08C59) is known color: Teak. HEX triplet: A0, 8C and 59. RGB value is (160,140,89). Sum of RGB (Red+Green+Blue) = 160+140+89=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08C59 is #5F73A6. Grayscale: #8C8C8C. Windows color (decimal): -6255527 or 5868704. OLE color: 5868704.

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

Color convert

RGB 160 140 89 -
CMYK 0 0.12 0.44 0.37
HSL 43.1º 0.29% 0.49% -
HSV(B) 43.1º 0.44% 0.63% -
XYZ 25.68 26.95 13.3 -
YUV 140.17 99.13 142.15 -
System Red Green Blue C M Y K H S L
Decimal 160 140 89 0 0.12 0.44 0.37 43.1 0.29 0.49
Hex A0 8C 59 0 C 2C 25 2B 1D 31
Octal 240 214 131 0 14 54 45 53 35 61
Binary 10100000 10001100 1011001 0 1100 101100 100101 101011 11101 110001

Color Harmonies of #A08C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08C59

Black with #A08C59

Text Example


Text Example

White with #A08C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08C59; }

 p { color: rgb(160,140,89); }

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

background-color css

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

 a { background-color: rgb(160,140,89); }

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

border-color css

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

 span { border-color: rgb(160,140,89); }

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