Html Css Color HEX #A49359 Teak

📋 copy color: '#A49359'

red 164 ◦ green 147 ◦ blue 89

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

Shades of Teak #A49359

Tints of Teak #A49359

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.75%

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

R = 41%
G = 36.75%
B = 22.25%

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

#A49359 (or 0xA49359) is known color: Teak. HEX triplet: A4, 93 and 59. RGB value is (164,147,89). Sum of RGB (Red+Green+Blue) = 164+147+89=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A49359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49359 is #5B6CA6. Grayscale: #919191. Windows color (decimal): -5991591 or 5870500. OLE color: 5870500.

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

Color convert

RGB 164 147 89 -
CMYK 0 0.10 0.46 0.36
HSL 46.4º 0.3% 0.5% -
HSV(B) 46.4º 0.46% 0.64% -
XYZ 27.55 29.48 13.69 -
YUV 145.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 164 147 89 0 0.10 0.46 0.36 46.4 0.3 0.5
Hex A4 93 59 0 A 2E 24 2E 1E 32
Octal 244 223 131 0 12 56 44 56 36 62
Binary 10100100 10010011 1011001 0 1010 101110 100100 101110 11110 110010

Color Harmonies of #A49359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49359

Black with #A49359

Text Example


Text Example

White with #A49359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49359; }

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

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

background-color css

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

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

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

border-color css

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

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

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