Html Css Color HEX #A5A615 Lucky

📋 copy color: '#A5A615'

red 165 ◦ green 166 ◦ blue 21

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

Shades of Lucky #A5A615

Tints of Lucky #A5A615

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.16%

 BLUE value IS 21 (8.59% from 255) = 5.97%

R = 46.88%
G = 47.16%
B = 5.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A5A615 (or 0xA5A615) is known color: Lucky. HEX triplet: A5, A6 and 15. RGB value is (165,166,21). Sum of RGB (Red+Green+Blue) = 165+166+21=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A615 is #5A59EA. Grayscale: #959595. Windows color (decimal): -5921259 or 1418917. OLE color: 1418917.

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

Color convert

RGB 165 166 21 -
CMYK 0.01 0 0.87 0.35
HSL 60.41º 0.78% 0.37% -
HSV(B) 60.41º 0.87% 0.65% -
XYZ 29.29 35.33 5.98 -
YUV 149.17 55.67 139.29 -
System Red Green Blue C M Y K H S L
Decimal 165 166 21 0.01 0 0.87 0.35 60.41 0.78 0.37
Hex A5 A6 15 1 0 57 23 3C 4E 25
Octal 245 246 25 1 0 127 43 74 116 45
Binary 10100101 10100110 10101 1 0 1010111 100011 111100 1001110 100101

Color Harmonies of #A5A615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A615

Black with #A5A615

Text Example


Text Example

White with #A5A615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A615; }

 p { color: rgb(165,166,21); }

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

background-color css

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

 a { background-color: rgb(165,166,21); }

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

border-color css

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

 span { border-color: rgb(165,166,21); }

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