Html Css Color HEX #A49057 Teak

📋 copy color: '#A49057'

red 164 ◦ green 144 ◦ blue 87

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

Shades of Teak #A49057

Tints of Teak #A49057

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.46%

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

R = 41.52%
G = 36.46%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A49057 (or 0xA49057) is known color: Teak. HEX triplet: A4, 90 and 57. RGB value is (164,144,87). Sum of RGB (Red+Green+Blue) = 164+144+87=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A49057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49057 is #5B6FA8. Grayscale: #8F8F8F. Windows color (decimal): -5992361 or 5738660. OLE color: 5738660.

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

Color convert

RGB 164 144 87 -
CMYK 0 0.12 0.47 0.36
HSL 44.42º 0.31% 0.49% -
HSV(B) 44.42º 0.47% 0.64% -
XYZ 27 28.53 13.1 -
YUV 143.48 96.13 142.63 -
System Red Green Blue C M Y K H S L
Decimal 164 144 87 0 0.12 0.47 0.36 44.42 0.31 0.49
Hex A4 90 57 0 C 2F 24 2C 1F 31
Octal 244 220 127 0 14 57 44 54 37 61
Binary 10100100 10010000 1010111 0 1100 101111 100100 101100 11111 110001

Color Harmonies of #A49057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49057

Black with #A49057

Text Example


Text Example

White with #A49057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49057; }

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

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

background-color css

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

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

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

border-color css

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

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

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