Html Css Color HEX #A49060 Teak

📋 copy color: '#A49060'

red 164 ◦ green 144 ◦ blue 96

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

Shades of Teak #A49060

Tints of Teak #A49060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.76%

R = 40.59%
G = 35.64%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A49060 (or 0xA49060) is known color: Teak. HEX triplet: A4, 90 and 60. RGB value is (164,144,96). Sum of RGB (Red+Green+Blue) = 164+144+96=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A49060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49060 is #5B6F9F. Grayscale: #909090. Windows color (decimal): -5992352 or 6328484. OLE color: 6328484.

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

Color convert

RGB 164 144 96 -
CMYK 0 0.12 0.41 0.36
HSL 42.35º 0.27% 0.51% -
HSV(B) 42.35º 0.41% 0.64% -
XYZ 27.39 28.68 15.16 -
YUV 144.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 164 144 96 0 0.12 0.41 0.36 42.35 0.27 0.51
Hex A4 90 60 0 C 29 24 2A 1B 33
Octal 244 220 140 0 14 51 44 52 33 63
Binary 10100100 10010000 1100000 0 1100 101001 100100 101010 11011 110011

Color Harmonies of #A49060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49060

Black with #A49060

Text Example


Text Example

White with #A49060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49060; }

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

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

background-color css

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

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

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

border-color css

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

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

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