Html Css Color HEX #A08B59 Teak

📋 copy color: '#A08B59'

red 160 ◦ green 139 ◦ blue 89

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

Shades of Teak #A08B59

Tints of Teak #A08B59

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.82%

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

R = 41.24%
G = 35.82%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A08B59 (or 0xA08B59) is known color: Teak. HEX triplet: A0, 8B and 59. RGB value is (160,139,89). Sum of RGB (Red+Green+Blue) = 160+139+89=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08B59 is #5F74A6. Grayscale: #8B8B8B. Windows color (decimal): -6255783 or 5868448. OLE color: 5868448.

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

Color convert

RGB 160 139 89 -
CMYK 0 0.13 0.44 0.37
HSL 42.25º 0.29% 0.49% -
HSV(B) 42.25º 0.44% 0.63% -
XYZ 25.53 26.66 13.25 -
YUV 139.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 160 139 89 0 0.13 0.44 0.37 42.25 0.29 0.49
Hex A0 8B 59 0 D 2C 25 2A 1D 31
Octal 240 213 131 0 15 54 45 52 35 61
Binary 10100000 10001011 1011001 0 1101 101100 100101 101010 11101 110001

Color Harmonies of #A08B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08B59

Black with #A08B59

Text Example


Text Example

White with #A08B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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