Html Css Color HEX #A19449 Turmeric

📋 copy color: '#A19449'

red 161 ◦ green 148 ◦ blue 73

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

Shades of Turmeric #A19449

Tints of Turmeric #A19449

RGB

 RED value IS 161 (63.28% from 255) = 42.15%

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

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

R = 42.15%
G = 38.74%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A19449 (or 0xA19449) is known color: Turmeric. HEX triplet: A1, 94 and 49. RGB value is (161,148,73). Sum of RGB (Red+Green+Blue) = 161+148+73=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A19449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19449 is #5E6BB6. Grayscale: #8F8F8F. Windows color (decimal): -6187959 or 4822177. OLE color: 4822177.

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

Color convert

RGB 161 148 73 -
CMYK 0 0.08 0.55 0.37
HSL 51.14º 0.38% 0.46% -
HSV(B) 51.14º 0.55% 0.63% -
XYZ 26.49 29.24 10.55 -
YUV 143.34 88.31 140.6 -
System Red Green Blue C M Y K H S L
Decimal 161 148 73 0 0.08 0.55 0.37 51.14 0.38 0.46
Hex A1 94 49 0 8 37 25 33 26 2E
Octal 241 224 111 0 10 67 45 63 46 56
Binary 10100001 10010100 1001001 0 1000 110111 100101 110011 100110 101110

Color Harmonies of #A19449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19449

Black with #A19449

Text Example


Text Example

White with #A19449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19449; }

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

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

background-color css

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

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

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

border-color css

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

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

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