Html Css Color HEX #A3A119 Lucky

📋 copy color: '#A3A119'

red 163 ◦ green 161 ◦ blue 25

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

Shades of Lucky #A3A119

Tints of Lucky #A3A119

RGB

 RED value IS 163 (64.06% from 255) = 46.7%

 GREEN value IS 161 (63.28% from 255) = 46.13%

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

R = 46.7%
G = 46.13%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A3A119 (or 0xA3A119) is known color: Lucky. HEX triplet: A3, A1 and 19. RGB value is (163,161,25). Sum of RGB (Red+Green+Blue) = 163+161+25=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A119 is #5C5EE6. Grayscale: #929292. Windows color (decimal): -6053607 or 1679779. OLE color: 1679779.

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

Color convert

RGB 163 161 25 -
CMYK 0 0.01 0.85 0.36
HSL 59.13º 0.73% 0.37% -
HSV(B) 59.13º 0.85% 0.64% -
XYZ 28.02 33.35 5.88 -
YUV 146.09 59.66 140.06 -
System Red Green Blue C M Y K H S L
Decimal 163 161 25 0 0.01 0.85 0.36 59.13 0.73 0.37
Hex A3 A1 19 0 1 55 24 3B 49 25
Octal 243 241 31 0 1 125 44 73 111 45
Binary 10100011 10100001 11001 0 1 1010101 100100 111011 1001001 100101

Color Harmonies of #A3A119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A119

Black with #A3A119

Text Example


Text Example

White with #A3A119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A119; }

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

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

background-color css

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

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

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

border-color css

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

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

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