Html Css Color HEX #A08D50 Teak

📋 copy color: '#A08D50'

red 160 ◦ green 141 ◦ blue 80

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

Shades of Teak #A08D50

Tints of Teak #A08D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21%

R = 41.99%
G = 37.01%
B = 21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A08D50 (or 0xA08D50) is known color: Teak. HEX triplet: A0, 8D and 50. RGB value is (160,141,80). Sum of RGB (Red+Green+Blue) = 160+141+80=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D50 is #5F72AF. Grayscale: #8B8B8B. Windows color (decimal): -6255280 or 5279136. OLE color: 5279136.

HSL color Cylindrical-coordinate representation of color #A08D50: hue angle of 45.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A08D50 is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 141 80 -
CMYK 0 0.12 0.5 0.37
HSL 45.75º 0.33% 0.47% -
HSV(B) 45.75º 0.5% 0.63% -
XYZ 25.47 27.1 11.48 -
YUV 139.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 160 141 80 0 0.12 0.5 0.37 45.75 0.33 0.47
Hex A0 8D 50 0 C 32 25 2E 21 2F
Octal 240 215 120 0 14 62 45 56 41 57
Binary 10100000 10001101 1010000 0 1100 110010 100101 101110 100001 101111

Color Harmonies of #A08D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08D50

Black with #A08D50

Text Example


Text Example

White with #A08D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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