Html Css Color HEX #A49061 Teak

📋 copy color: '#A49061'

red 164 ◦ green 144 ◦ blue 97

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

Shades of Teak #A49061

Tints of Teak #A49061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.95%

R = 40.49%
G = 35.56%
B = 23.95%

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

#A49061 (or 0xA49061) is known color: Teak. HEX triplet: A4, 90 and 61. RGB value is (164,144,97). Sum of RGB (Red+Green+Blue) = 164+144+97=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A49061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49061 is #5B6F9E. Grayscale: #909090. Windows color (decimal): -5992351 or 6394020. OLE color: 6394020.

HSL color Cylindrical-coordinate representation of color #A49061: hue angle of 42.09º 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 #A49061 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 144 97 -
CMYK 0 0.12 0.41 0.36
HSL 42.09º 0.27% 0.51% -
HSV(B) 42.09º 0.41% 0.64% -
XYZ 27.44 28.7 15.4 -
YUV 144.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 164 144 97 0 0.12 0.41 0.36 42.09 0.27 0.51
Hex A4 90 61 0 C 29 24 2A 1B 33
Octal 244 220 141 0 14 51 44 52 33 63
Binary 10100100 10010000 1100001 0 1100 101001 100100 101010 11011 110011

Color Harmonies of #A49061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49061

Black with #A49061

Text Example


Text Example

White with #A49061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49061; }

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

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

background-color css

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

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

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

border-color css

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

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

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