Html Css Color HEX #A08F59 Teak

📋 copy color: '#A08F59'

red 160 ◦ green 143 ◦ blue 89

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

Shades of Teak #A08F59

Tints of Teak #A08F59

RGB

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

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

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

R = 40.82%
G = 36.48%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A08F59 (or 0xA08F59) is known color: Teak. HEX triplet: A0, 8F and 59. RGB value is (160,143,89). Sum of RGB (Red+Green+Blue) = 160+143+89=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08F59 is #5F70A6. Grayscale: #8E8E8E. Windows color (decimal): -6254759 or 5869472. OLE color: 5869472.

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

Color convert

RGB 160 143 89 -
CMYK 0 0.11 0.44 0.37
HSL 45.63º 0.29% 0.49% -
HSV(B) 45.63º 0.44% 0.63% -
XYZ 26.12 27.84 13.45 -
YUV 141.93 98.13 140.89 -
System Red Green Blue C M Y K H S L
Decimal 160 143 89 0 0.11 0.44 0.37 45.63 0.29 0.49
Hex A0 8F 59 0 B 2C 25 2E 1D 31
Octal 240 217 131 0 13 54 45 56 35 61
Binary 10100000 10001111 1011001 0 1011 101100 100101 101110 11101 110001

Color Harmonies of #A08F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08F59

Black with #A08F59

Text Example


Text Example

White with #A08F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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