Html Css Color HEX #A19014 Lucky

📋 copy color: '#A19014'

red 161 ◦ green 144 ◦ blue 20

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

Shades of Lucky #A19014

Tints of Lucky #A19014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.31%

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

R = 49.54%
G = 44.31%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A19014 (or 0xA19014) is known color: Lucky. HEX triplet: A1, 90 and 14. RGB value is (161,144,20). Sum of RGB (Red+Green+Blue) = 161+144+20=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A19014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19014 is #5E6FEB. Grayscale: #878787. Windows color (decimal): -6189036 or 1347745. OLE color: 1347745.

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

Color convert

RGB 161 144 20 -
CMYK 0 0.11 0.88 0.37
HSL 52.77º 0.78% 0.35% -
HSV(B) 52.77º 0.88% 0.63% -
XYZ 24.8 27.57 4.68 -
YUV 134.95 63.13 146.58 -
System Red Green Blue C M Y K H S L
Decimal 161 144 20 0 0.11 0.88 0.37 52.77 0.78 0.35
Hex A1 90 14 0 B 58 25 35 4E 23
Octal 241 220 24 0 13 130 45 65 116 43
Binary 10100001 10010000 10100 0 1011 1011000 100101 110101 1001110 100011

Color Harmonies of #A19014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19014

Black with #A19014

Text Example


Text Example

White with #A19014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19014; }

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

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

background-color css

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

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

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

border-color css

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

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

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