Html Css Color HEX #A49449 Turmeric

📋 copy color: '#A49449'

red 164 ◦ green 148 ◦ blue 73

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

Shades of Turmeric #A49449

Tints of Turmeric #A49449

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.44%

 BLUE value IS 73 (28.91% from 255) = 18.96%

R = 42.6%
G = 38.44%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A49449 (or 0xA49449) is known color: Turmeric. HEX triplet: A4, 94 and 49. RGB value is (164,148,73). Sum of RGB (Red+Green+Blue) = 164+148+73=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A49449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49449 is #5B6BB6. Grayscale: #909090. Windows color (decimal): -5991351 or 4822180. OLE color: 4822180.

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

Color convert

RGB 164 148 73 -
CMYK 0 0.10 0.55 0.36
HSL 49.45º 0.38% 0.46% -
HSV(B) 49.45º 0.55% 0.64% -
XYZ 27.1 29.55 10.58 -
YUV 144.23 87.8 142.1 -
System Red Green Blue C M Y K H S L
Decimal 164 148 73 0 0.10 0.55 0.36 49.45 0.38 0.46
Hex A4 94 49 0 A 37 24 31 26 2E
Octal 244 224 111 0 12 67 44 61 46 56
Binary 10100100 10010100 1001001 0 1010 110111 100100 110001 100110 101110

Color Harmonies of #A49449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49449

Black with #A49449

Text Example


Text Example

White with #A49449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49449; }

 p { color: rgb(164,148,73); }

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

background-color css

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

 a { background-color: rgb(164,148,73); }

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

border-color css

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

 span { border-color: rgb(164,148,73); }

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