Html Css Color HEX #A49459 Teak

📋 copy color: '#A49459'

red 164 ◦ green 148 ◦ blue 89

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

Shades of Teak #A49459

Tints of Teak #A49459

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.91%

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

R = 40.9%
G = 36.91%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A49459 (or 0xA49459) is known color: Teak. HEX triplet: A4, 94 and 59. RGB value is (164,148,89). Sum of RGB (Red+Green+Blue) = 164+148+89=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A49459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49459 is #5B6BA6. Grayscale: #929292. Windows color (decimal): -5991335 or 5870756. OLE color: 5870756.

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

Color convert

RGB 164 148 89 -
CMYK 0 0.10 0.46 0.36
HSL 47.2º 0.3% 0.5% -
HSV(B) 47.2º 0.46% 0.64% -
XYZ 27.7 29.79 13.74 -
YUV 146.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 164 148 89 0 0.10 0.46 0.36 47.2 0.3 0.5
Hex A4 94 59 0 A 2E 24 2F 1E 32
Octal 244 224 131 0 12 56 44 57 36 62
Binary 10100100 10010100 1011001 0 1010 101110 100100 101111 11110 110010

Color Harmonies of #A49459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49459

Black with #A49459

Text Example


Text Example

White with #A49459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49459; }

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

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

background-color css

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

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

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

border-color css

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

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

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