Html Css Color HEX #A5A314 Lucky

📋 copy color: '#A5A314'

red 165 ◦ green 163 ◦ blue 20

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

Shades of Lucky #A5A314

Tints of Lucky #A5A314

RGB

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

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

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

R = 47.41%
G = 46.84%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A5A314 (or 0xA5A314) is known color: Lucky. HEX triplet: A5, A3 and 14. RGB value is (165,163,20). Sum of RGB (Red+Green+Blue) = 165+163+20=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A314 is #5A5CEB. Grayscale: #939393. Windows color (decimal): -5922028 or 1352613. OLE color: 1352613.

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

Color convert

RGB 165 163 20 -
CMYK 0 0.01 0.88 0.35
HSL 59.17º 0.78% 0.36% -
HSV(B) 59.17º 0.88% 0.65% -
XYZ 28.74 34.24 5.76 -
YUV 147.3 56.16 140.63 -
System Red Green Blue C M Y K H S L
Decimal 165 163 20 0 0.01 0.88 0.35 59.17 0.78 0.36
Hex A5 A3 14 0 1 58 23 3B 4E 24
Octal 245 243 24 0 1 130 43 73 116 44
Binary 10100101 10100011 10100 0 1 1011000 100011 111011 1001110 100100

Color Harmonies of #A5A314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A314

Black with #A5A314

Text Example


Text Example

White with #A5A314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A314; }

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

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

background-color css

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

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

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

border-color css

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

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

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