Html Css Color HEX #A19119 Lucky

📋 copy color: '#A19119'

red 161 ◦ green 145 ◦ blue 25

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

Shades of Lucky #A19119

Tints of Lucky #A19119

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.81%

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

R = 48.64%
G = 43.81%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A19119 (or 0xA19119) is known color: Lucky. HEX triplet: A1, 91 and 19. RGB value is (161,145,25). Sum of RGB (Red+Green+Blue) = 161+145+25=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A19119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19119 is #5E6EE6. Grayscale: #888888. Windows color (decimal): -6188775 or 1675681. OLE color: 1675681.

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

Color convert

RGB 161 145 25 -
CMYK 0 0.10 0.84 0.37
HSL 52.94º 0.73% 0.36% -
HSV(B) 52.94º 0.84% 0.63% -
XYZ 25 27.9 4.99 -
YUV 136.1 65.3 145.76 -
System Red Green Blue C M Y K H S L
Decimal 161 145 25 0 0.10 0.84 0.37 52.94 0.73 0.36
Hex A1 91 19 0 A 54 25 35 49 24
Octal 241 221 31 0 12 124 45 65 111 44
Binary 10100001 10010001 11001 0 1010 1010100 100101 110101 1001001 100100

Color Harmonies of #A19119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19119

Black with #A19119

Text Example


Text Example

White with #A19119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19119; }

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

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

background-color css

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

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

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

border-color css

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

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

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