Html Css Color HEX #A3A510 Lucky

📋 copy color: '#A3A510'

red 163 ◦ green 165 ◦ blue 16

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

Shades of Lucky #A3A510

Tints of Lucky #A3A510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.65%

R = 47.38%
G = 47.97%
B = 4.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A3A510 (or 0xA3A510) is known color: Lucky. HEX triplet: A3, A5 and 10. RGB value is (163,165,16). Sum of RGB (Red+Green+Blue) = 163+165+16=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A510 is #5C5AEF. Grayscale: #949494. Windows color (decimal): -6052592 or 1090979. OLE color: 1090979.

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

Color convert

RGB 163 165 16 -
CMYK 0.01 0 0.90 0.35
HSL 60.81º 0.82% 0.35% -
HSV(B) 60.81º 0.9% 0.65% -
XYZ 28.65 34.73 5.68 -
YUV 147.42 53.84 139.12 -
System Red Green Blue C M Y K H S L
Decimal 163 165 16 0.01 0 0.90 0.35 60.81 0.82 0.35
Hex A3 A5 10 1 0 5A 23 3D 52 23
Octal 243 245 20 1 0 132 43 75 122 43
Binary 10100011 10100101 10000 1 0 1011010 100011 111101 1010010 100011

Color Harmonies of #A3A510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A510

Black with #A3A510

Text Example


Text Example

White with #A3A510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A510; }

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

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

background-color css

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

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

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

border-color css

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

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

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