Html Css Color HEX #A49053 Teak

📋 copy color: '#A49053'

red 164 ◦ green 144 ◦ blue 83

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

Shades of Teak #A49053

Tints of Teak #A49053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.23%

R = 41.94%
G = 36.83%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A49053 (or 0xA49053) is known color: Teak. HEX triplet: A4, 90 and 53. RGB value is (164,144,83). Sum of RGB (Red+Green+Blue) = 164+144+83=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A49053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49053 is #5B6FAC. Grayscale: #8F8F8F. Windows color (decimal): -5992365 or 5476516. OLE color: 5476516.

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

Color convert

RGB 164 144 83 -
CMYK 0 0.12 0.49 0.36
HSL 45.19º 0.33% 0.48% -
HSV(B) 45.19º 0.49% 0.64% -
XYZ 26.84 28.46 12.26 -
YUV 143.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 164 144 83 0 0.12 0.49 0.36 45.19 0.33 0.48
Hex A4 90 53 0 C 31 24 2D 21 30
Octal 244 220 123 0 14 61 44 55 41 60
Binary 10100100 10010000 1010011 0 1100 110001 100100 101101 100001 110000

Color Harmonies of #A49053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49053

Black with #A49053

Text Example


Text Example

White with #A49053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49053; }

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

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

background-color css

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

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

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

border-color css

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

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

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