Html Css Color HEX #A4940C Lucky

📋 copy color: '#A4940C'

red 164 ◦ green 148 ◦ blue 12

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

Shades of Lucky #A4940C

Tints of Lucky #A4940C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.7%

R = 50.62%
G = 45.68%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4940C (or 0xA4940C) is known color: Lucky. HEX triplet: A4, 94 and 0C. RGB value is (164,148,12). Sum of RGB (Red+Green+Blue) = 164+148+12=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A4940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4940C is #5B6BF3. Grayscale: #898989. Windows color (decimal): -5991412 or 824484. OLE color: 824484.

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

Color convert

RGB 164 148 12 -
CMYK 0 0.10 0.93 0.36
HSL 53.68º 0.86% 0.35% -
HSV(B) 53.68º 0.93% 0.64% -
XYZ 25.97 29.1 4.6 -
YUV 137.28 57.3 147.06 -
System Red Green Blue C M Y K H S L
Decimal 164 148 12 0 0.10 0.93 0.36 53.68 0.86 0.35
Hex A4 94 C 0 A 5D 24 36 56 23
Octal 244 224 14 0 12 135 44 66 126 43
Binary 10100100 10010100 1100 0 1010 1011101 100100 110110 1010110 100011

Color Harmonies of #A4940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4940C

Black with #A4940C

Text Example


Text Example

White with #A4940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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