Html Css Color HEX #A5A01F Lucky

📋 copy color: '#A5A01F'

red 165 ◦ green 160 ◦ blue 31

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

Shades of Lucky #A5A01F

Tints of Lucky #A5A01F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.94%

 BLUE value IS 31 (12.5% from 255) = 8.71%

R = 46.35%
G = 44.94%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5A01F (or 0xA5A01F) is known color: Lucky. HEX triplet: A5, A0 and 1F. RGB value is (165,160,31). Sum of RGB (Red+Green+Blue) = 165+160+31=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A01F is #5A5FE0. Grayscale: #939393. Windows color (decimal): -5922785 or 2072741. OLE color: 2072741.

HSL color Cylindrical-coordinate representation of color #A5A01F: hue angle of 57.76º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A5A01F is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 160 31 -
CMYK 0 0.03 0.81 0.35
HSL 57.76º 0.68% 0.38% -
HSV(B) 57.76º 0.81% 0.65% -
XYZ 28.34 33.24 6.22 -
YUV 146.79 62.66 140.99 -
System Red Green Blue C M Y K H S L
Decimal 165 160 31 0 0.03 0.81 0.35 57.76 0.68 0.38
Hex A5 A0 1F 0 3 51 23 3A 44 26
Octal 245 240 37 0 3 121 43 72 104 46
Binary 10100101 10100000 11111 0 11 1010001 100011 111010 1000100 100110

Color Harmonies of #A5A01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A01F

Black with #A5A01F

Text Example


Text Example

White with #A5A01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A01F; }

 p { color: rgb(165,160,31); }

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

background-color css

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

 a { background-color: rgb(165,160,31); }

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

border-color css

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

 span { border-color: rgb(165,160,31); }

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