Html Css Color HEX #A4A529 Lucky

📋 copy color: '#A4A529'

red 164 ◦ green 165 ◦ blue 41

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

Shades of Lucky #A4A529

Tints of Lucky #A4A529

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.59%

 BLUE value IS 41 (16.41% from 255) = 11.08%

R = 44.32%
G = 44.59%
B = 11.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A4A529 (or 0xA4A529) is known color: Lucky. HEX triplet: A4, A5 and 29. RGB value is (164,165,41). Sum of RGB (Red+Green+Blue) = 164+165+41=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A529 is #5B5AD6. Grayscale: #979797. Windows color (decimal): -5987031 or 2729380. OLE color: 2729380.

HSL color Cylindrical-coordinate representation of color #A4A529: hue angle of 60.48º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4A529 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 165 41 -
CMYK 0.01 0 0.75 0.35
HSL 60.48º 0.6% 0.4% -
HSV(B) 60.48º 0.75% 0.65% -
XYZ 29.17 34.96 7.31 -
YUV 150.57 66.17 137.58 -
System Red Green Blue C M Y K H S L
Decimal 164 165 41 0.01 0 0.75 0.35 60.48 0.6 0.4
Hex A4 A5 29 1 0 4B 23 3C 3C 28
Octal 244 245 51 1 0 113 43 74 74 50
Binary 10100100 10100101 101001 1 0 1001011 100011 111100 111100 101000

Color Harmonies of #A4A529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A529

Black with #A4A529

Text Example


Text Example

White with #A4A529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A529; }

 p { color: rgb(164,165,41); }

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

background-color css

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

 a { background-color: rgb(164,165,41); }

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

border-color css

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

 span { border-color: rgb(164,165,41); }

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