Html Css Color HEX #A19448 Turmeric

📋 copy color: '#A19448'

red 161 ◦ green 148 ◦ blue 72

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

Shades of Turmeric #A19448

Tints of Turmeric #A19448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.9%

R = 42.26%
G = 38.85%
B = 18.9%

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

#A19448 (or 0xA19448) is known color: Turmeric. HEX triplet: A1, 94 and 48. RGB value is (161,148,72). Sum of RGB (Red+Green+Blue) = 161+148+72=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A19448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19448 is #5E6BB7. Grayscale: #8F8F8F. Windows color (decimal): -6187960 or 4756641. OLE color: 4756641.

HSL color Cylindrical-coordinate representation of color #A19448: hue angle of 51.24º 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 #A19448 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 148 72 -
CMYK 0 0.08 0.55 0.37
HSL 51.24º 0.38% 0.46% -
HSV(B) 51.24º 0.55% 0.63% -
XYZ 26.46 29.22 10.38 -
YUV 143.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 161 148 72 0 0.08 0.55 0.37 51.24 0.38 0.46
Hex A1 94 48 0 8 37 25 33 26 2E
Octal 241 224 110 0 10 67 45 63 46 56
Binary 10100001 10010100 1001000 0 1000 110111 100101 110011 100110 101110

Color Harmonies of #A19448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19448

Black with #A19448

Text Example


Text Example

White with #A19448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19448; }

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

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

background-color css

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

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

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

border-color css

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

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

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