Html Css Color HEX #A5A30C Lucky

📋 copy color: '#A5A30C'

red 165 ◦ green 163 ◦ blue 12

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

Shades of Lucky #A5A30C

Tints of Lucky #A5A30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.53%

R = 48.53%
G = 47.94%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5A30C (or 0xA5A30C) is known color: Lucky. HEX triplet: A5, A3 and 0C. RGB value is (165,163,12). Sum of RGB (Red+Green+Blue) = 165+163+12=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A30C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A30C is #5A5CF3. Grayscale: #929292. Windows color (decimal): -5922036 or 828325. OLE color: 828325.

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

Color convert

RGB 165 163 12 -
CMYK 0 0.01 0.93 0.35
HSL 59.22º 0.86% 0.35% -
HSV(B) 59.22º 0.93% 0.65% -
XYZ 28.68 34.22 5.44 -
YUV 146.38 52.16 141.28 -
System Red Green Blue C M Y K H S L
Decimal 165 163 12 0 0.01 0.93 0.35 59.22 0.86 0.35
Hex A5 A3 C 0 1 5D 23 3B 56 23
Octal 245 243 14 0 1 135 43 73 126 43
Binary 10100101 10100011 1100 0 1 1011101 100011 111011 1010110 100011

Color Harmonies of #A5A30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A30C

Black with #A5A30C

Text Example


Text Example

White with #A5A30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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