Html Css Color HEX #A4A52F Lucky

📋 copy color: '#A4A52F'

red 164 ◦ green 165 ◦ blue 47

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

Shades of Lucky #A4A52F

Tints of Lucky #A4A52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.5%

R = 43.62%
G = 43.88%
B = 12.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A4A52F (or 0xA4A52F) is known color: Lucky. HEX triplet: A4, A5 and 2F. RGB value is (164,165,47). Sum of RGB (Red+Green+Blue) = 164+165+47=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A52F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A52F is #5B5AD0. Grayscale: #979797. Windows color (decimal): -5987025 or 3122596. OLE color: 3122596.

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

Color convert

RGB 164 165 47 -
CMYK 0.01 0 0.72 0.35
HSL 60.51º 0.56% 0.42% -
HSV(B) 60.51º 0.72% 0.65% -
XYZ 29.28 35.01 7.9 -
YUV 151.25 69.17 137.09 -
System Red Green Blue C M Y K H S L
Decimal 164 165 47 0.01 0 0.72 0.35 60.51 0.56 0.42
Hex A4 A5 2F 1 0 48 23 3D 38 2A
Octal 244 245 57 1 0 110 43 75 70 52
Binary 10100100 10100101 101111 1 0 1001000 100011 111101 111000 101010

Color Harmonies of #A4A52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A52F

Black with #A4A52F

Text Example


Text Example

White with #A4A52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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