Html Css Color HEX #A4A003 Lucky

📋 copy color: '#A4A003'

red 164 ◦ green 160 ◦ blue 3

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

Shades of Lucky #A4A003

Tints of Lucky #A4A003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 50.15%
G = 48.93%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A4A003 (or 0xA4A003) is known color: Lucky. HEX triplet: A4, A0 and 03. RGB value is (164,160,3). Sum of RGB (Red+Green+Blue) = 164+160+3=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A003 is #5B5FFC. Grayscale: #8F8F8F. Windows color (decimal): -5988349 or 237732. OLE color: 237732.

HSL color Cylindrical-coordinate representation of color #A4A003: hue angle of 58.51º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4A003 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 160 3 -
CMYK 0 0.02 0.98 0.36
HSL 58.51º 0.96% 0.33% -
HSV(B) 58.51º 0.98% 0.64% -
XYZ 27.9 33.04 4.99 -
YUV 143.3 48.83 142.77 -
System Red Green Blue C M Y K H S L
Decimal 164 160 3 0 0.02 0.98 0.36 58.51 0.96 0.33
Hex A4 A0 3 0 2 62 24 3B 60 21
Octal 244 240 3 0 2 142 44 73 140 41
Binary 10100100 10100000 11 0 10 1100010 100100 111011 1100000 100001

Color Harmonies of #A4A003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A003

Black with #A4A003

Text Example


Text Example

White with #A4A003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A003; }

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

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

background-color css

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

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

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

border-color css

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

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

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