Html Css Color HEX #A4940F Lucky

📋 copy color: '#A4940F'

red 164 ◦ green 148 ◦ blue 15

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

Shades of Lucky #A4940F

Tints of Lucky #A4940F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.59%

R = 50.15%
G = 45.26%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4940F (or 0xA4940F) is known color: Lucky. HEX triplet: A4, 94 and 0F. RGB value is (164,148,15). Sum of RGB (Red+Green+Blue) = 164+148+15=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4940F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4940F is #5B6BF0. Grayscale: #8A8A8A. Windows color (decimal): -5991409 or 1021092. OLE color: 1021092.

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

Color convert

RGB 164 148 15 -
CMYK 0 0.10 0.91 0.36
HSL 53.56º 0.83% 0.35% -
HSV(B) 53.56º 0.91% 0.64% -
XYZ 25.99 29.11 4.7 -
YUV 137.62 58.8 146.81 -
System Red Green Blue C M Y K H S L
Decimal 164 148 15 0 0.10 0.91 0.36 53.56 0.83 0.35
Hex A4 94 F 0 A 5B 24 36 53 23
Octal 244 224 17 0 12 133 44 66 123 43
Binary 10100100 10010100 1111 0 1010 1011011 100100 110110 1010011 100011

Color Harmonies of #A4940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4940F

Black with #A4940F

Text Example


Text Example

White with #A4940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4940F; }

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

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

background-color css

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

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

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

border-color css

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

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

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