Html Css Color HEX #A49C0E Lucky

📋 copy color: '#A49C0E'

red 164 ◦ green 156 ◦ blue 14

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

Shades of Lucky #A49C0E

Tints of Lucky #A49C0E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.71%

 BLUE value IS 14 (5.86% from 255) = 4.19%

R = 49.1%
G = 46.71%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A49C0E (or 0xA49C0E) is known color: Lucky. HEX triplet: A4, 9C and 0E. RGB value is (164,156,14). Sum of RGB (Red+Green+Blue) = 164+156+14=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49C0E is #5B63F1. Grayscale: #8E8E8E. Windows color (decimal): -5989362 or 957604. OLE color: 957604.

HSL color Cylindrical-coordinate representation of color #A49C0E: hue angle of 56.8º degrees, saturation: 0.84, 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 #A49C0E is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 156 14 -
CMYK 0 0.05 0.91 0.36
HSL 56.8º 0.84% 0.35% -
HSV(B) 56.8º 0.91% 0.64% -
XYZ 27.28 31.7 5.1 -
YUV 142.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 164 156 14 0 0.05 0.91 0.36 56.8 0.84 0.35
Hex A4 9C E 0 5 5B 24 39 54 23
Octal 244 234 16 0 5 133 44 71 124 43
Binary 10100100 10011100 1110 0 101 1011011 100100 111001 1010100 100011

Color Harmonies of #A49C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C0E

Black with #A49C0E

Text Example


Text Example

White with #A49C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C0E; }

 p { color: rgb(164,156,14); }

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

background-color css

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

 a { background-color: rgb(164,156,14); }

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

border-color css

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

 span { border-color: rgb(164,156,14); }

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