Html Css Color HEX #A4A30C Lucky

📋 copy color: '#A4A30C'

red 164 ◦ green 163 ◦ blue 12

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

Shades of Lucky #A4A30C

Tints of Lucky #A4A30C

RGB

 RED value IS 164 (64.45% from 255) = 48.38%

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

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

R = 48.38%
G = 48.08%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4A30C (or 0xA4A30C) is known color: Lucky. HEX triplet: A4, A3 and 0C. RGB value is (164,163,12). Sum of RGB (Red+Green+Blue) = 164+163+12=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A30C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A30C is #5B5CF3. Grayscale: #929292. Windows color (decimal): -5987572 or 828324. OLE color: 828324.

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

Color convert

RGB 164 163 12 -
CMYK 0 0.01 0.93 0.36
HSL 59.61º 0.86% 0.35% -
HSV(B) 59.61º 0.93% 0.64% -
XYZ 28.47 34.11 5.43 -
YUV 146.09 52.33 140.78 -
System Red Green Blue C M Y K H S L
Decimal 164 163 12 0 0.01 0.93 0.36 59.61 0.86 0.35
Hex A4 A3 C 0 1 5D 24 3C 56 23
Octal 244 243 14 0 1 135 44 74 126 43
Binary 10100100 10100011 1100 0 1 1011101 100100 111100 1010110 100011

Color Harmonies of #A4A30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A30C

Black with #A4A30C

Text Example


Text Example

White with #A4A30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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