Html Css Color HEX #A19D14 Lucky

📋 copy color: '#A19D14'

red 161 ◦ green 157 ◦ blue 20

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

Shades of Lucky #A19D14

Tints of Lucky #A19D14

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.45%

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

R = 47.63%
G = 46.45%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A19D14 (or 0xA19D14) is known color: Lucky. HEX triplet: A1, 9D and 14. RGB value is (161,157,20). Sum of RGB (Red+Green+Blue) = 161+157+20=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19D14 is #5E62EB. Grayscale: #8F8F8F. Windows color (decimal): -6185708 or 1351073. OLE color: 1351073.

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

Color convert

RGB 161 157 20 -
CMYK 0 0.02 0.88 0.37
HSL 58.3º 0.78% 0.35% -
HSV(B) 58.3º 0.88% 0.63% -
XYZ 26.88 31.74 5.37 -
YUV 142.58 58.83 141.14 -
System Red Green Blue C M Y K H S L
Decimal 161 157 20 0 0.02 0.88 0.37 58.3 0.78 0.35
Hex A1 9D 14 0 2 58 25 3A 4E 23
Octal 241 235 24 0 2 130 45 72 116 43
Binary 10100001 10011101 10100 0 10 1011000 100101 111010 1001110 100011

Color Harmonies of #A19D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19D14

Black with #A19D14

Text Example


Text Example

White with #A19D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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