Html Css Color HEX #A4940A Lucky

📋 copy color: '#A4940A'

red 164 ◦ green 148 ◦ blue 10

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

Shades of Lucky #A4940A

Tints of Lucky #A4940A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.96%

 BLUE value IS 10 (4.3% from 255) = 3.11%

R = 50.93%
G = 45.96%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A4940A (or 0xA4940A) is known color: Lucky. HEX triplet: A4, 94 and 0A. RGB value is (164,148,10). Sum of RGB (Red+Green+Blue) = 164+148+10=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A4940A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4940A is #5B6BF5. Grayscale: #898989. Windows color (decimal): -5991414 or 693412. OLE color: 693412.

HSL color Cylindrical-coordinate representation of color #A4940A: hue angle of 53.77º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4940A is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 148 10 -
CMYK 0 0.10 0.94 0.36
HSL 53.77º 0.89% 0.34% -
HSV(B) 53.77º 0.94% 0.64% -
XYZ 25.95 29.09 4.53 -
YUV 137.05 56.3 147.22 -
System Red Green Blue C M Y K H S L
Decimal 164 148 10 0 0.10 0.94 0.36 53.77 0.89 0.34
Hex A4 94 A 0 A 5E 24 36 59 22
Octal 244 224 12 0 12 136 44 66 131 42
Binary 10100100 10010100 1010 0 1010 1011110 100100 110110 1011001 100010

Color Harmonies of #A4940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4940A

Black with #A4940A

Text Example


Text Example

White with #A4940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4940A; }

 p { color: rgb(164,148,10); }

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

background-color css

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

 a { background-color: rgb(164,148,10); }

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

border-color css

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

 span { border-color: rgb(164,148,10); }

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