Html Css Color HEX #A49050 Teak

📋 copy color: '#A49050'

red 164 ◦ green 144 ◦ blue 80

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

Shades of Teak #A49050

Tints of Teak #A49050

RGB

 RED value IS 164 (64.45% from 255) = 42.27%

 GREEN value IS 144 (56.64% from 255) = 37.11%

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

R = 42.27%
G = 37.11%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A49050 (or 0xA49050) is known color: Teak. HEX triplet: A4, 90 and 50. RGB value is (164,144,80). Sum of RGB (Red+Green+Blue) = 164+144+80=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A49050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49050 is #5B6FAF. Grayscale: #8E8E8E. Windows color (decimal): -5992368 or 5279908. OLE color: 5279908.

HSL color Cylindrical-coordinate representation of color #A49050: hue angle of 45.71º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A49050 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 144 80 -
CMYK 0 0.12 0.51 0.36
HSL 45.71º 0.34% 0.48% -
HSV(B) 45.71º 0.51% 0.64% -
XYZ 26.73 28.42 11.67 -
YUV 142.68 92.63 143.2 -
System Red Green Blue C M Y K H S L
Decimal 164 144 80 0 0.12 0.51 0.36 45.71 0.34 0.48
Hex A4 90 50 0 C 33 24 2E 22 30
Octal 244 220 120 0 14 63 44 56 42 60
Binary 10100100 10010000 1010000 0 1100 110011 100100 101110 100010 110000

Color Harmonies of #A49050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49050

Black with #A49050

Text Example


Text Example

White with #A49050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49050; }

 p { color: rgb(164,144,80); }

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

background-color css

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

 a { background-color: rgb(164,144,80); }

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

border-color css

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

 span { border-color: rgb(164,144,80); }

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