Html Css Color HEX #A4A124 Lucky

📋 copy color: '#A4A124'

red 164 ◦ green 161 ◦ blue 36

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

Shades of Lucky #A4A124

Tints of Lucky #A4A124

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.6%

 BLUE value IS 36 (14.45% from 255) = 9.97%

R = 45.43%
G = 44.6%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A4A124 (or 0xA4A124) is known color: Lucky. HEX triplet: A4, A1 and 24. RGB value is (164,161,36). Sum of RGB (Red+Green+Blue) = 164+161+36=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A124 is #5B5EDB. Grayscale: #949494. Windows color (decimal): -5988060 or 2400676. OLE color: 2400676.

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

Color convert

RGB 164 161 36 -
CMYK 0 0.02 0.78 0.36
HSL 58.59º 0.64% 0.39% -
HSV(B) 58.59º 0.78% 0.64% -
XYZ 28.37 33.51 6.64 -
YUV 147.65 64.99 139.66 -
System Red Green Blue C M Y K H S L
Decimal 164 161 36 0 0.02 0.78 0.36 58.59 0.64 0.39
Hex A4 A1 24 0 2 4E 24 3B 40 27
Octal 244 241 44 0 2 116 44 73 100 47
Binary 10100100 10100001 100100 0 10 1001110 100100 111011 1000000 100111

Color Harmonies of #A4A124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A124

Black with #A4A124

Text Example


Text Example

White with #A4A124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A124; }

 p { color: rgb(164,161,36); }

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

background-color css

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

 a { background-color: rgb(164,161,36); }

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

border-color css

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

 span { border-color: rgb(164,161,36); }

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