Html Css Color HEX #A49257 Teak

📋 copy color: '#A49257'

red 164 ◦ green 146 ◦ blue 87

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

Shades of Teak #A49257

Tints of Teak #A49257

RGB

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

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

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

R = 41.31%
G = 36.78%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A49257 (or 0xA49257) is known color: Teak. HEX triplet: A4, 92 and 57. RGB value is (164,146,87). Sum of RGB (Red+Green+Blue) = 164+146+87=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A49257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49257 is #5B6DA8. Grayscale: #909090. Windows color (decimal): -5991849 or 5739172. OLE color: 5739172.

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

Color convert

RGB 164 146 87 -
CMYK 0 0.11 0.47 0.36
HSL 45.97º 0.31% 0.49% -
HSV(B) 45.97º 0.47% 0.64% -
XYZ 27.31 29.14 13.2 -
YUV 144.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 164 146 87 0 0.11 0.47 0.36 45.97 0.31 0.49
Hex A4 92 57 0 B 2F 24 2E 1F 31
Octal 244 222 127 0 13 57 44 56 37 61
Binary 10100100 10010010 1010111 0 1011 101111 100100 101110 11111 110001

Color Harmonies of #A49257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49257

Black with #A49257

Text Example


Text Example

White with #A49257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49257; }

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

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

background-color css

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

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

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

border-color css

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

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

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