Html Css Color HEX #A49360 Teak

📋 copy color: '#A49360'

red 164 ◦ green 147 ◦ blue 96

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

Shades of Teak #A49360

Tints of Teak #A49360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.59%

R = 40.29%
G = 36.12%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A49360 (or 0xA49360) is known color: Teak. HEX triplet: A4, 93 and 60. RGB value is (164,147,96). Sum of RGB (Red+Green+Blue) = 164+147+96=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A49360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49360 is #5B6C9F. Grayscale: #929292. Windows color (decimal): -5991584 or 6329252. OLE color: 6329252.

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

Color convert

RGB 164 147 96 -
CMYK 0 0.10 0.41 0.36
HSL 45º 0.27% 0.51% -
HSV(B) 45º 0.41% 0.64% -
XYZ 27.85 29.6 15.31 -
YUV 146.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 164 147 96 0 0.10 0.41 0.36 45 0.27 0.51
Hex A4 93 60 0 A 29 24 2D 1B 33
Octal 244 223 140 0 12 51 44 55 33 63
Binary 10100100 10010011 1100000 0 1010 101001 100100 101101 11011 110011

Color Harmonies of #A49360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49360

Black with #A49360

Text Example


Text Example

White with #A49360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49360; }

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

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

background-color css

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

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

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

border-color css

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

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

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