Html Css Color HEX #A4A011 Lucky

📋 copy color: '#A4A011'

red 164 ◦ green 160 ◦ blue 17

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

Shades of Lucky #A4A011

Tints of Lucky #A4A011

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.92%

 BLUE value IS 17 (7.03% from 255) = 4.99%

R = 48.09%
G = 46.92%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A4A011 (or 0xA4A011) is known color: Lucky. HEX triplet: A4, A0 and 11. RGB value is (164,160,17). Sum of RGB (Red+Green+Blue) = 164+160+17=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A011 is #5B5FEE. Grayscale: #919191. Windows color (decimal): -5988335 or 1155236. OLE color: 1155236.

HSL color Cylindrical-coordinate representation of color #A4A011: hue angle of 58.37º degrees, saturation: 0.81, 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 #A4A011 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 160 17 -
CMYK 0 0.02 0.90 0.36
HSL 58.37º 0.81% 0.35% -
HSV(B) 58.37º 0.9% 0.64% -
XYZ 27.98 33.07 5.44 -
YUV 144.89 55.83 141.63 -
System Red Green Blue C M Y K H S L
Decimal 164 160 17 0 0.02 0.90 0.36 58.37 0.81 0.35
Hex A4 A0 11 0 2 5A 24 3A 51 23
Octal 244 240 21 0 2 132 44 72 121 43
Binary 10100100 10100000 10001 0 10 1011010 100100 111010 1010001 100011

Color Harmonies of #A4A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A011

Black with #A4A011

Text Example


Text Example

White with #A4A011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A011; }

 p { color: rgb(164,160,17); }

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

background-color css

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

 a { background-color: rgb(164,160,17); }

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

border-color css

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

 span { border-color: rgb(164,160,17); }

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