Html Css Color HEX #A3A514 Lucky

📋 copy color: '#A3A514'

red 163 ◦ green 165 ◦ blue 20

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

Shades of Lucky #A3A514

Tints of Lucky #A3A514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.75%

R = 46.84%
G = 47.41%
B = 5.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A3A514 (or 0xA3A514) is known color: Lucky. HEX triplet: A3, A5 and 14. RGB value is (163,165,20). Sum of RGB (Red+Green+Blue) = 163+165+20=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 165 (64.84% from 255 or 47.41% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A514 is #5C5AEB. Grayscale: #949494. Windows color (decimal): -6052588 or 1353123. OLE color: 1353123.

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

Color convert

RGB 163 165 20 -
CMYK 0.01 0 0.88 0.35
HSL 60.83º 0.78% 0.36% -
HSV(B) 60.83º 0.88% 0.65% -
XYZ 28.69 34.75 5.86 -
YUV 147.87 55.84 138.79 -
System Red Green Blue C M Y K H S L
Decimal 163 165 20 0.01 0 0.88 0.35 60.83 0.78 0.36
Hex A3 A5 14 1 0 58 23 3D 4E 24
Octal 243 245 24 1 0 130 43 75 116 44
Binary 10100011 10100101 10100 1 0 1011000 100011 111101 1001110 100100

Color Harmonies of #A3A514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A514

Black with #A3A514

Text Example


Text Example

White with #A3A514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A514; }

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

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

background-color css

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

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

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

border-color css

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

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

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