Html Css Color HEX #A5A319 Lucky

📋 copy color: '#A5A319'

red 165 ◦ green 163 ◦ blue 25

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

Shades of Lucky #A5A319

Tints of Lucky #A5A319

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.18%

 BLUE value IS 25 (10.16% from 255) = 7.08%

R = 46.74%
G = 46.18%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A5A319 (or 0xA5A319) is known color: Lucky. HEX triplet: A5, A3 and 19. RGB value is (165,163,25). Sum of RGB (Red+Green+Blue) = 165+163+25=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 163 (64.06% from 255 or 46.18% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A319 is #5A5CE6. Grayscale: #949494. Windows color (decimal): -5922023 or 1680293. OLE color: 1680293.

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

Color convert

RGB 165 163 25 -
CMYK 0 0.01 0.85 0.35
HSL 59.14º 0.74% 0.37% -
HSV(B) 59.14º 0.85% 0.65% -
XYZ 28.79 34.26 6.02 -
YUV 147.87 58.66 140.22 -
System Red Green Blue C M Y K H S L
Decimal 165 163 25 0 0.01 0.85 0.35 59.14 0.74 0.37
Hex A5 A3 19 0 1 55 23 3B 4A 25
Octal 245 243 31 0 1 125 43 73 112 45
Binary 10100101 10100011 11001 0 1 1010101 100011 111011 1001010 100101

Color Harmonies of #A5A319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A319

Black with #A5A319

Text Example


Text Example

White with #A5A319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A319; }

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

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

background-color css

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

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

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

border-color css

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

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

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