Html Css Color HEX #A19418 Lucky

📋 copy color: '#A19418'

red 161 ◦ green 148 ◦ blue 24

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

Shades of Lucky #A19418

Tints of Lucky #A19418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.21%

R = 48.35%
G = 44.44%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A19418 (or 0xA19418) is known color: Lucky. HEX triplet: A1, 94 and 18. RGB value is (161,148,24). Sum of RGB (Red+Green+Blue) = 161+148+24=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A19418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19418 is #5E6BE7. Grayscale: #8A8A8A. Windows color (decimal): -6188008 or 1610913. OLE color: 1610913.

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

Color convert

RGB 161 148 24 -
CMYK 0 0.08 0.85 0.37
HSL 54.31º 0.74% 0.36% -
HSV(B) 54.31º 0.85% 0.63% -
XYZ 25.45 28.82 5.09 -
YUV 137.75 63.81 144.58 -
System Red Green Blue C M Y K H S L
Decimal 161 148 24 0 0.08 0.85 0.37 54.31 0.74 0.36
Hex A1 94 18 0 8 55 25 36 4A 24
Octal 241 224 30 0 10 125 45 66 112 44
Binary 10100001 10010100 11000 0 1000 1010101 100101 110110 1001010 100100

Color Harmonies of #A19418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19418

Black with #A19418

Text Example


Text Example

White with #A19418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19418; }

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

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

background-color css

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

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

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

border-color css

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

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

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