Html Css Color HEX #A5A614 Lucky

📋 copy color: '#A5A614'

red 165 ◦ green 166 ◦ blue 20

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

Shades of Lucky #A5A614

Tints of Lucky #A5A614

RGB

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

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

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

R = 47.01%
G = 47.29%
B = 5.7%

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

#A5A614 (or 0xA5A614) is known color: Lucky. HEX triplet: A5, A6 and 14. RGB value is (165,166,20). Sum of RGB (Red+Green+Blue) = 165+166+20=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A614 is #5A59EB. Grayscale: #959595. Windows color (decimal): -5921260 or 1353381. OLE color: 1353381.

HSL color Cylindrical-coordinate representation of color #A5A614: hue angle of 60.41º 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 #A5A614 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 166 20 -
CMYK 0.01 0 0.88 0.35
HSL 60.41º 0.78% 0.36% -
HSV(B) 60.41º 0.88% 0.65% -
XYZ 29.28 35.32 5.94 -
YUV 149.06 55.17 139.37 -
System Red Green Blue C M Y K H S L
Decimal 165 166 20 0.01 0 0.88 0.35 60.41 0.78 0.36
Hex A5 A6 14 1 0 58 23 3C 4E 24
Octal 245 246 24 1 0 130 43 74 116 44
Binary 10100101 10100110 10100 1 0 1011000 100011 111100 1001110 100100

Color Harmonies of #A5A614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A614

Black with #A5A614

Text Example


Text Example

White with #A5A614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A614; }

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

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

background-color css

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

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

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

border-color css

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

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

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