Html Css Color HEX #A3A518 Lucky

📋 copy color: '#A3A518'

red 163 ◦ green 165 ◦ blue 24

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

Shades of Lucky #A3A518

Tints of Lucky #A3A518

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.88%

 BLUE value IS 24 (9.77% from 255) = 6.82%

R = 46.31%
G = 46.88%
B = 6.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A3A518 (or 0xA3A518) is known color: Lucky. HEX triplet: A3, A5 and 18. RGB value is (163,165,24). Sum of RGB (Red+Green+Blue) = 163+165+24=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A518 is #5C5AE7. Grayscale: #949494. Windows color (decimal): -6052584 or 1615267. OLE color: 1615267.

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

Color convert

RGB 163 165 24 -
CMYK 0.01 0 0.85 0.35
HSL 60.85º 0.75% 0.37% -
HSV(B) 60.85º 0.85% 0.65% -
XYZ 28.72 34.76 6.06 -
YUV 148.33 57.84 138.46 -
System Red Green Blue C M Y K H S L
Decimal 163 165 24 0.01 0 0.85 0.35 60.85 0.75 0.37
Hex A3 A5 18 1 0 55 23 3D 4B 25
Octal 243 245 30 1 0 125 43 75 113 45
Binary 10100011 10100101 11000 1 0 1010101 100011 111101 1001011 100101

Color Harmonies of #A3A518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A518

Black with #A3A518

Text Example


Text Example

White with #A3A518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A518; }

 p { color: rgb(163,165,24); }

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

background-color css

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

 a { background-color: rgb(163,165,24); }

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

border-color css

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

 span { border-color: rgb(163,165,24); }

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