Html Css Color HEX #A49259 Teak

📋 copy color: '#A49259'

red 164 ◦ green 146 ◦ blue 89

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

Shades of Teak #A49259

Tints of Teak #A49259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.59%

 BLUE value IS 89 (35.16% from 255) = 22.31%

R = 41.1%
G = 36.59%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A49259 (or 0xA49259) is known color: Teak. HEX triplet: A4, 92 and 59. RGB value is (164,146,89). Sum of RGB (Red+Green+Blue) = 164+146+89=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A49259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49259 is #5B6DA6. Grayscale: #919191. Windows color (decimal): -5991847 or 5870244. OLE color: 5870244.

HSL color Cylindrical-coordinate representation of color #A49259: hue angle of 45.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A49259 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 146 89 -
CMYK 0 0.11 0.46 0.36
HSL 45.6º 0.3% 0.5% -
HSV(B) 45.6º 0.46% 0.64% -
XYZ 27.39 29.17 13.64 -
YUV 144.88 96.46 141.63 -
System Red Green Blue C M Y K H S L
Decimal 164 146 89 0 0.11 0.46 0.36 45.6 0.3 0.5
Hex A4 92 59 0 B 2E 24 2E 1E 32
Octal 244 222 131 0 13 56 44 56 36 62
Binary 10100100 10010010 1011001 0 1011 101110 100100 101110 11110 110010

Color Harmonies of #A49259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49259

Black with #A49259

Text Example


Text Example

White with #A49259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49259; }

 p { color: rgb(164,146,89); }

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

background-color css

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

 a { background-color: rgb(164,146,89); }

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

border-color css

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

 span { border-color: rgb(164,146,89); }

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