Html Css Color HEX #A19504 Lucky

📋 copy color: '#A19504'

red 161 ◦ green 149 ◦ blue 4

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

Shades of Lucky #A19504

Tints of Lucky #A19504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.45%

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

R = 51.27%
G = 47.45%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A19504 (or 0xA19504) is known color: Lucky. HEX triplet: A1, 95 and 04. RGB value is (161,149,4). Sum of RGB (Red+Green+Blue) = 161+149+4=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A19504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19504 is #5E6AFB. Grayscale: #888888. Windows color (decimal): -6187772 or 300449. OLE color: 300449.

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

Color convert

RGB 161 149 4 -
CMYK 0 0.07 0.98 0.37
HSL 55.41º 0.95% 0.32% -
HSV(B) 55.41º 0.98% 0.63% -
XYZ 25.47 29.08 4.39 -
YUV 136.06 53.48 145.79 -
System Red Green Blue C M Y K H S L
Decimal 161 149 4 0 0.07 0.98 0.37 55.41 0.95 0.32
Hex A1 95 4 0 7 62 25 37 5F 20
Octal 241 225 4 0 7 142 45 67 137 40
Binary 10100001 10010101 100 0 111 1100010 100101 110111 1011111 100000

Color Harmonies of #A19504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19504

Black with #A19504

Text Example


Text Example

White with #A19504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19504; }

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

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

background-color css

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

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

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

border-color css

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

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

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