Html Css Color HEX #A5A510 Lucky

📋 copy color: '#A5A510'

red 165 ◦ green 165 ◦ blue 16

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

Shades of Lucky #A5A510

Tints of Lucky #A5A510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.62%

R = 47.69%
G = 47.69%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A5A510 (or 0xA5A510) is known color: Lucky. HEX triplet: A5, A5 and 10. RGB value is (165,165,16). Sum of RGB (Red+Green+Blue) = 165+165+16=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A510 is #5A5AEF. Grayscale: #949494. Windows color (decimal): -5921520 or 1090981. OLE color: 1090981.

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

Color convert

RGB 165 165 16 -
CMYK 0 0 0.90 0.35
HSL 60º 0.82% 0.35% -
HSV(B) 60º 0.9% 0.65% -
XYZ 29.07 34.95 5.7 -
YUV 148.01 53.5 140.12 -
System Red Green Blue C M Y K H S L
Decimal 165 165 16 0 0 0.90 0.35 60 0.82 0.35
Hex A5 A5 10 0 0 5A 23 3C 52 23
Octal 245 245 20 0 0 132 43 74 122 43
Binary 10100101 10100101 10000 0 0 1011010 100011 111100 1010010 100011

Color Harmonies of #A5A510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A510

Black with #A5A510

Text Example


Text Example

White with #A5A510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A510; }

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

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

background-color css

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

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

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

border-color css

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

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

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