Html Css Color HEX #A08D59 Teak

📋 copy color: '#A08D59'

red 160 ◦ green 141 ◦ blue 89

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

Shades of Teak #A08D59

Tints of Teak #A08D59

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.15%

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

R = 41.03%
G = 36.15%
B = 22.82%

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

#A08D59 (or 0xA08D59) is known color: Teak. HEX triplet: A0, 8D and 59. RGB value is (160,141,89). Sum of RGB (Red+Green+Blue) = 160+141+89=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D59 is #5F72A6. Grayscale: #8C8C8C. Windows color (decimal): -6255271 or 5868960. OLE color: 5868960.

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

Color convert

RGB 160 141 89 -
CMYK 0 0.12 0.44 0.37
HSL 43.94º 0.29% 0.49% -
HSV(B) 43.94º 0.44% 0.63% -
XYZ 25.83 27.24 13.35 -
YUV 140.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 160 141 89 0 0.12 0.44 0.37 43.94 0.29 0.49
Hex A0 8D 59 0 C 2C 25 2C 1D 31
Octal 240 215 131 0 14 54 45 54 35 61
Binary 10100000 10001101 1011001 0 1100 101100 100101 101100 11101 110001

Color Harmonies of #A08D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D59

Black with #A08D59

Text Example


Text Example

White with #A08D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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