Html Css Color HEX #A19304 Lucky

📋 copy color: '#A19304'

red 161 ◦ green 147 ◦ blue 4

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

Shades of Lucky #A19304

Tints of Lucky #A19304

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.12%

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 51.6%
G = 47.12%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A19304 (or 0xA19304) is known color: Lucky. HEX triplet: A1, 93 and 04. RGB value is (161,147,4). Sum of RGB (Red+Green+Blue) = 161+147+4=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A19304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19304 is #5E6CFB. Grayscale: #878787. Windows color (decimal): -6188284 or 299937. OLE color: 299937.

HSL color Cylindrical-coordinate representation of color #A19304: hue angle of 54.65º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A19304 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 147 4 -
CMYK 0 0.09 0.98 0.37
HSL 54.65º 0.95% 0.32% -
HSV(B) 54.65º 0.98% 0.63% -
XYZ 25.15 28.45 4.28 -
YUV 134.88 54.14 146.63 -
System Red Green Blue C M Y K H S L
Decimal 161 147 4 0 0.09 0.98 0.37 54.65 0.95 0.32
Hex A1 93 4 0 9 62 25 37 5F 20
Octal 241 223 4 0 11 142 45 67 137 40
Binary 10100001 10010011 100 0 1001 1100010 100101 110111 1011111 100000

Color Harmonies of #A19304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19304

Black with #A19304

Text Example


Text Example

White with #A19304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19304; }

 p { color: rgb(161,147,4); }

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

background-color css

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

 a { background-color: rgb(161,147,4); }

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

border-color css

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

 span { border-color: rgb(161,147,4); }

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