Html Css Color HEX #A08D5A Teak

📋 copy color: '#A08D5A'

red 160 ◦ green 141 ◦ blue 90

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

Shades of Teak #A08D5A

Tints of Teak #A08D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.02%

R = 40.92%
G = 36.06%
B = 23.02%

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

#A08D5A (or 0xA08D5A) is known color: Teak. HEX triplet: A0, 8D and 5A. RGB value is (160,141,90). Sum of RGB (Red+Green+Blue) = 160+141+90=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D5A is #5F72A5. Grayscale: #8D8D8D. Windows color (decimal): -6255270 or 5934496. OLE color: 5934496.

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

Color convert

RGB 160 141 90 -
CMYK 0 0.12 0.44 0.37
HSL 43.71º 0.28% 0.49% -
HSV(B) 43.71º 0.44% 0.63% -
XYZ 25.87 27.26 13.57 -
YUV 140.87 99.29 141.65 -
System Red Green Blue C M Y K H S L
Decimal 160 141 90 0 0.12 0.44 0.37 43.71 0.28 0.49
Hex A0 8D 5A 0 C 2C 25 2C 1C 31
Octal 240 215 132 0 14 54 45 54 34 61
Binary 10100000 10001101 1011010 0 1100 101100 100101 101100 11100 110001

Color Harmonies of #A08D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D5A

Black with #A08D5A

Text Example


Text Example

White with #A08D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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