Html Css Color HEX #A49052 Teak

📋 copy color: '#A49052'

red 164 ◦ green 144 ◦ blue 82

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

Shades of Teak #A49052

Tints of Teak #A49052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.03%

R = 42.05%
G = 36.92%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A49052 (or 0xA49052) is known color: Teak. HEX triplet: A4, 90 and 52. RGB value is (164,144,82). Sum of RGB (Red+Green+Blue) = 164+144+82=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A49052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49052 is #5B6FAD. Grayscale: #8F8F8F. Windows color (decimal): -5992366 or 5410980. OLE color: 5410980.

HSL color Cylindrical-coordinate representation of color #A49052: hue angle of 45.37º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A49052 is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 144 82 -
CMYK 0 0.12 0.5 0.36
HSL 45.37º 0.33% 0.48% -
HSV(B) 45.37º 0.5% 0.64% -
XYZ 26.81 28.45 12.06 -
YUV 142.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 164 144 82 0 0.12 0.5 0.36 45.37 0.33 0.48
Hex A4 90 52 0 C 32 24 2D 21 30
Octal 244 220 122 0 14 62 44 55 41 60
Binary 10100100 10010000 1010010 0 1100 110010 100100 101101 100001 110000

Color Harmonies of #A49052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49052

Black with #A49052

Text Example


Text Example

White with #A49052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49052; }

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

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

background-color css

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

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

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

border-color css

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

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

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