Html Css Color HEX #A49358 Teak

📋 copy color: '#A49358'

red 164 ◦ green 147 ◦ blue 88

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

Shades of Teak #A49358

Tints of Teak #A49358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.06%

R = 41.1%
G = 36.84%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A49358 (or 0xA49358) is known color: Teak. HEX triplet: A4, 93 and 58. RGB value is (164,147,88). Sum of RGB (Red+Green+Blue) = 164+147+88=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A49358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49358 is #5B6CA7. Grayscale: #919191. Windows color (decimal): -5991592 or 5804964. OLE color: 5804964.

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

Color convert

RGB 164 147 88 -
CMYK 0 0.10 0.46 0.36
HSL 46.58º 0.3% 0.49% -
HSV(B) 46.58º 0.46% 0.64% -
XYZ 27.51 29.46 13.47 -
YUV 145.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 164 147 88 0 0.10 0.46 0.36 46.58 0.3 0.49
Hex A4 93 58 0 A 2E 24 2F 1E 31
Octal 244 223 130 0 12 56 44 57 36 61
Binary 10100100 10010011 1011000 0 1010 101110 100100 101111 11110 110001

Color Harmonies of #A49358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49358

Black with #A49358

Text Example


Text Example

White with #A49358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49358; }

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

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

background-color css

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

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

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

border-color css

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

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

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