Html Css Color HEX #A49357 Teak

📋 copy color: '#A49357'

red 164 ◦ green 147 ◦ blue 87

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

Shades of Teak #A49357

Tints of Teak #A49357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.86%

R = 41.21%
G = 36.93%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A49357 (or 0xA49357) is known color: Teak. HEX triplet: A4, 93 and 57. RGB value is (164,147,87). Sum of RGB (Red+Green+Blue) = 164+147+87=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A49357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49357 is #5B6CA8. Grayscale: #919191. Windows color (decimal): -5991593 or 5739428. OLE color: 5739428.

HSL color Cylindrical-coordinate representation of color #A49357: hue angle of 46.75º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A49357 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 147 87 -
CMYK 0 0.10 0.47 0.36
HSL 46.75º 0.31% 0.49% -
HSV(B) 46.75º 0.47% 0.64% -
XYZ 27.46 29.45 13.25 -
YUV 145.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 164 147 87 0 0.10 0.47 0.36 46.75 0.31 0.49
Hex A4 93 57 0 A 2F 24 2F 1F 31
Octal 244 223 127 0 12 57 44 57 37 61
Binary 10100100 10010011 1010111 0 1010 101111 100100 101111 11111 110001

Color Harmonies of #A49357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49357

Black with #A49357

Text Example


Text Example

White with #A49357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49357; }

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

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

background-color css

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

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

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

border-color css

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

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

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