Html Css Color HEX #A5A312 Lucky

📋 copy color: '#A5A312'

red 165 ◦ green 163 ◦ blue 18

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

Shades of Lucky #A5A312

Tints of Lucky #A5A312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.2%

R = 47.69%
G = 47.11%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A5A312 (or 0xA5A312) is known color: Lucky. HEX triplet: A5, A3 and 12. RGB value is (165,163,18). Sum of RGB (Red+Green+Blue) = 165+163+18=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A312 is #5A5CED. Grayscale: #939393. Windows color (decimal): -5922030 or 1221541. OLE color: 1221541.

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

Color convert

RGB 165 163 18 -
CMYK 0 0.01 0.89 0.35
HSL 59.18º 0.8% 0.36% -
HSV(B) 59.18º 0.89% 0.65% -
XYZ 28.72 34.24 5.67 -
YUV 147.07 55.16 140.79 -
System Red Green Blue C M Y K H S L
Decimal 165 163 18 0 0.01 0.89 0.35 59.18 0.8 0.36
Hex A5 A3 12 0 1 59 23 3B 50 24
Octal 245 243 22 0 1 131 43 73 120 44
Binary 10100101 10100011 10010 0 1 1011001 100011 111011 1010000 100100

Color Harmonies of #A5A312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A312

Black with #A5A312

Text Example


Text Example

White with #A5A312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A312; }

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

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

background-color css

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

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

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

border-color css

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

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

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