Html Css Color HEX #A08E5B Teak

📋 copy color: '#A08E5B'

red 160 ◦ green 142 ◦ blue 91

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

Shades of Teak #A08E5B

Tints of Teak #A08E5B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.13%

 BLUE value IS 91 (35.94% from 255) = 23.16%

R = 40.71%
G = 36.13%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A08E5B (or 0xA08E5B) is known color: Teak. HEX triplet: A0, 8E and 5B. RGB value is (160,142,91). Sum of RGB (Red+Green+Blue) = 160+142+91=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08E5B is #5F71A4. Grayscale: #8D8D8D. Windows color (decimal): -6255013 or 6000288. OLE color: 6000288.

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

Color convert

RGB 160 142 91 -
CMYK 0 0.11 0.43 0.37
HSL 44.35º 0.27% 0.49% -
HSV(B) 44.35º 0.43% 0.63% -
XYZ 26.06 27.57 13.85 -
YUV 141.57 99.46 141.15 -
System Red Green Blue C M Y K H S L
Decimal 160 142 91 0 0.11 0.43 0.37 44.35 0.27 0.49
Hex A0 8E 5B 0 B 2B 25 2C 1B 31
Octal 240 216 133 0 13 53 45 54 33 61
Binary 10100000 10001110 1011011 0 1011 101011 100101 101100 11011 110001

Color Harmonies of #A08E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08E5B

Black with #A08E5B

Text Example


Text Example

White with #A08E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08E5B; }

 p { color: rgb(160,142,91); }

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

background-color css

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

 a { background-color: rgb(160,142,91); }

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

border-color css

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

 span { border-color: rgb(160,142,91); }

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