Html Css Color HEX #A19914 Lucky

📋 copy color: '#A19914'

red 161 ◦ green 153 ◦ blue 20

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

Shades of Lucky #A19914

Tints of Lucky #A19914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.81%

 BLUE value IS 20 (8.2% from 255) = 5.99%

R = 48.2%
G = 45.81%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A19914 (or 0xA19914) is known color: Lucky. HEX triplet: A1, 99 and 14. RGB value is (161,153,20). Sum of RGB (Red+Green+Blue) = 161+153+20=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A19914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19914 is #5E66EB. Grayscale: #8C8C8C. Windows color (decimal): -6186732 or 1350049. OLE color: 1350049.

HSL color Cylindrical-coordinate representation of color #A19914: hue angle of 56.6º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A19914 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 153 20 -
CMYK 0 0.05 0.88 0.37
HSL 56.6º 0.78% 0.35% -
HSV(B) 56.6º 0.88% 0.63% -
XYZ 26.22 30.41 5.15 -
YUV 140.23 60.15 142.81 -
System Red Green Blue C M Y K H S L
Decimal 161 153 20 0 0.05 0.88 0.37 56.6 0.78 0.35
Hex A1 99 14 0 5 58 25 39 4E 23
Octal 241 231 24 0 5 130 45 71 116 43
Binary 10100001 10011001 10100 0 101 1011000 100101 111001 1001110 100011

Color Harmonies of #A19914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19914

Black with #A19914

Text Example


Text Example

White with #A19914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19914; }

 p { color: rgb(161,153,20); }

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

background-color css

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

 a { background-color: rgb(161,153,20); }

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

border-color css

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

 span { border-color: rgb(161,153,20); }

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