Html Css Color HEX #A49258 Teak

📋 copy color: '#A49258'

red 164 ◦ green 146 ◦ blue 88

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

Shades of Teak #A49258

Tints of Teak #A49258

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.68%

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

R = 41.21%
G = 36.68%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A49258 (or 0xA49258) is known color: Teak. HEX triplet: A4, 92 and 58. RGB value is (164,146,88). Sum of RGB (Red+Green+Blue) = 164+146+88=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A49258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49258 is #5B6DA7. Grayscale: #919191. Windows color (decimal): -5991848 or 5804708. OLE color: 5804708.

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

Color convert

RGB 164 146 88 -
CMYK 0 0.11 0.46 0.36
HSL 45.79º 0.3% 0.49% -
HSV(B) 45.79º 0.46% 0.64% -
XYZ 27.35 29.15 13.42 -
YUV 144.77 95.96 141.72 -
System Red Green Blue C M Y K H S L
Decimal 164 146 88 0 0.11 0.46 0.36 45.79 0.3 0.49
Hex A4 92 58 0 B 2E 24 2E 1E 31
Octal 244 222 130 0 13 56 44 56 36 61
Binary 10100100 10010010 1011000 0 1011 101110 100100 101110 11110 110001

Color Harmonies of #A49258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49258

Black with #A49258

Text Example


Text Example

White with #A49258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49258; }

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

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

background-color css

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

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

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

border-color css

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

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

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