Html Css Color HEX #A5A613 Lucky

📋 copy color: '#A5A613'

red 165 ◦ green 166 ◦ blue 19

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

Shades of Lucky #A5A613

Tints of Lucky #A5A613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.43%

R = 47.14%
G = 47.43%
B = 5.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A5A613 (or 0xA5A613) is known color: Lucky. HEX triplet: A5, A6 and 13. RGB value is (165,166,19). Sum of RGB (Red+Green+Blue) = 165+166+19=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A613 is #5A59EC. Grayscale: #959595. Windows color (decimal): -5921261 or 1287845. OLE color: 1287845.

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

Color convert

RGB 165 166 19 -
CMYK 0.01 0 0.89 0.35
HSL 60.41º 0.79% 0.36% -
HSV(B) 60.41º 0.89% 0.65% -
XYZ 29.27 35.32 5.89 -
YUV 148.94 54.67 139.45 -
System Red Green Blue C M Y K H S L
Decimal 165 166 19 0.01 0 0.89 0.35 60.41 0.79 0.36
Hex A5 A6 13 1 0 59 23 3C 4F 24
Octal 245 246 23 1 0 131 43 74 117 44
Binary 10100101 10100110 10011 1 0 1011001 100011 111100 1001111 100100

Color Harmonies of #A5A613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A613

Black with #A5A613

Text Example


Text Example

White with #A5A613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A613; }

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

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

background-color css

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

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

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

border-color css

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

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

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