Html Css Color HEX #A19019 Lucky

📋 copy color: '#A19019'

red 161 ◦ green 144 ◦ blue 25

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

Shades of Lucky #A19019

Tints of Lucky #A19019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.58%

R = 48.79%
G = 43.64%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A19019 (or 0xA19019) is known color: Lucky. HEX triplet: A1, 90 and 19. RGB value is (161,144,25). Sum of RGB (Red+Green+Blue) = 161+144+25=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A19019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19019 is #5E6FE6. Grayscale: #888888. Windows color (decimal): -6189031 or 1675425. OLE color: 1675425.

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

Color convert

RGB 161 144 25 -
CMYK 0 0.11 0.84 0.37
HSL 52.5º 0.73% 0.36% -
HSV(B) 52.5º 0.84% 0.63% -
XYZ 24.85 27.59 4.94 -
YUV 135.52 65.63 146.18 -
System Red Green Blue C M Y K H S L
Decimal 161 144 25 0 0.11 0.84 0.37 52.5 0.73 0.36
Hex A1 90 19 0 B 54 25 34 49 24
Octal 241 220 31 0 13 124 45 64 111 44
Binary 10100001 10010000 11001 0 1011 1010100 100101 110100 1001001 100100

Color Harmonies of #A19019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19019

Black with #A19019

Text Example


Text Example

White with #A19019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19019; }

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

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

background-color css

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

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

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

border-color css

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

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

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