Html Css Color HEX #A19005 Lucky

📋 copy color: '#A19005'

red 161 ◦ green 144 ◦ blue 5

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

Shades of Lucky #A19005

Tints of Lucky #A19005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 51.94%
G = 46.45%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A19005 (or 0xA19005) is known color: Lucky. HEX triplet: A1, 90 and 05. RGB value is (161,144,5). Sum of RGB (Red+Green+Blue) = 161+144+5=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A19005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19005 is #5E6FFA. Grayscale: #858585. Windows color (decimal): -6189051 or 364705. OLE color: 364705.

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

Color convert

RGB 161 144 5 -
CMYK 0 0.11 0.97 0.37
HSL 53.46º 0.94% 0.33% -
HSV(B) 53.46º 0.97% 0.63% -
XYZ 24.7 27.53 4.16 -
YUV 133.24 55.63 147.8 -
System Red Green Blue C M Y K H S L
Decimal 161 144 5 0 0.11 0.97 0.37 53.46 0.94 0.33
Hex A1 90 5 0 B 61 25 35 5E 21
Octal 241 220 5 0 13 141 45 65 136 41
Binary 10100001 10010000 101 0 1011 1100001 100101 110101 1011110 100001

Color Harmonies of #A19005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19005

Black with #A19005

Text Example


Text Example

White with #A19005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19005; }

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

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

background-color css

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

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

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

border-color css

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

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

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