Html Css Color HEX #A4A30E Lucky

📋 copy color: '#A4A30E'

red 164 ◦ green 163 ◦ blue 14

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

Shades of Lucky #A4A30E

Tints of Lucky #A4A30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.11%

R = 48.09%
G = 47.8%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4A30E (or 0xA4A30E) is known color: Lucky. HEX triplet: A4, A3 and 0E. RGB value is (164,163,14). Sum of RGB (Red+Green+Blue) = 164+163+14=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A30E is #5B5CF1. Grayscale: #929292. Windows color (decimal): -5987570 or 959396. OLE color: 959396.

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

Color convert

RGB 164 163 14 -
CMYK 0 0.01 0.91 0.36
HSL 59.6º 0.84% 0.35% -
HSV(B) 59.6º 0.91% 0.64% -
XYZ 28.49 34.12 5.5 -
YUV 146.31 53.33 140.62 -
System Red Green Blue C M Y K H S L
Decimal 164 163 14 0 0.01 0.91 0.36 59.6 0.84 0.35
Hex A4 A3 E 0 1 5B 24 3C 54 23
Octal 244 243 16 0 1 133 44 74 124 43
Binary 10100100 10100011 1110 0 1 1011011 100100 111100 1010100 100011

Color Harmonies of #A4A30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A30E

Black with #A4A30E

Text Example


Text Example

White with #A4A30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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