Html Css Color HEX #A5A515 Lucky

📋 copy color: '#A5A515'

red 165 ◦ green 165 ◦ blue 21

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

Shades of Lucky #A5A515

Tints of Lucky #A5A515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.98%

R = 47.01%
G = 47.01%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A5A515 (or 0xA5A515) is known color: Lucky. HEX triplet: A5, A5 and 15. RGB value is (165,165,21). Sum of RGB (Red+Green+Blue) = 165+165+21=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A515 is #5A5AEA. Grayscale: #959595. Windows color (decimal): -5921515 or 1418661. OLE color: 1418661.

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

Color convert

RGB 165 165 21 -
CMYK 0 0 0.87 0.35
HSL 60º 0.77% 0.36% -
HSV(B) 60º 0.87% 0.65% -
XYZ 29.11 34.96 5.92 -
YUV 148.58 56 139.71 -
System Red Green Blue C M Y K H S L
Decimal 165 165 21 0 0 0.87 0.35 60 0.77 0.36
Hex A5 A5 15 0 0 57 23 3C 4D 24
Octal 245 245 25 0 0 127 43 74 115 44
Binary 10100101 10100101 10101 0 0 1010111 100011 111100 1001101 100100

Color Harmonies of #A5A515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A515

Black with #A5A515

Text Example


Text Example

White with #A5A515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A515; }

 p { color: rgb(165,165,21); }

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

background-color css

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

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

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

border-color css

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

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

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