Html Css Color HEX #A49F0C Lucky

📋 copy color: '#A49F0C'

red 164 ◦ green 159 ◦ blue 12

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

Shades of Lucky #A49F0C

Tints of Lucky #A49F0C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.46%

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

R = 48.96%
G = 47.46%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A49F0C (or 0xA49F0C) is known color: Lucky. HEX triplet: A4, 9F and 0C. RGB value is (164,159,12). Sum of RGB (Red+Green+Blue) = 164+159+12=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49F0C is #5B60F3. Grayscale: #909090. Windows color (decimal): -5988596 or 827300. OLE color: 827300.

HSL color Cylindrical-coordinate representation of color #A49F0C: hue angle of 58.03º 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 #A49F0C is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 159 12 -
CMYK 0 0.03 0.93 0.36
HSL 58.03º 0.86% 0.35% -
HSV(B) 58.03º 0.93% 0.64% -
XYZ 27.77 32.72 5.2 -
YUV 143.74 53.66 142.45 -
System Red Green Blue C M Y K H S L
Decimal 164 159 12 0 0.03 0.93 0.36 58.03 0.86 0.35
Hex A4 9F C 0 3 5D 24 3A 56 23
Octal 244 237 14 0 3 135 44 72 126 43
Binary 10100100 10011111 1100 0 11 1011101 100100 111010 1010110 100011

Color Harmonies of #A49F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F0C

Black with #A49F0C

Text Example


Text Example

White with #A49F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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