Html Css Color HEX #A4A310 Lucky

📋 copy color: '#A4A310'

red 164 ◦ green 163 ◦ blue 16

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

Shades of Lucky #A4A310

Tints of Lucky #A4A310

RGB

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

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

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

R = 47.81%
G = 47.52%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A4A310 (or 0xA4A310) is known color: Lucky. HEX triplet: A4, A3 and 10. RGB value is (164,163,16). Sum of RGB (Red+Green+Blue) = 164+163+16=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A310 is #5B5CEF. Grayscale: #939393. Windows color (decimal): -5987568 or 1090468. OLE color: 1090468.

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

Color convert

RGB 164 163 16 -
CMYK 0 0.01 0.90 0.36
HSL 59.59º 0.82% 0.35% -
HSV(B) 59.59º 0.9% 0.64% -
XYZ 28.5 34.12 5.57 -
YUV 146.54 54.33 140.45 -
System Red Green Blue C M Y K H S L
Decimal 164 163 16 0 0.01 0.90 0.36 59.59 0.82 0.35
Hex A4 A3 10 0 1 5A 24 3C 52 23
Octal 244 243 20 0 1 132 44 74 122 43
Binary 10100100 10100011 10000 0 1 1011010 100100 111100 1010010 100011

Color Harmonies of #A4A310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A310

Black with #A4A310

Text Example


Text Example

White with #A4A310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A310; }

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

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

background-color css

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

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

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

border-color css

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

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

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