Html Css Color HEX #A49012 Lucky

📋 copy color: '#A49012'

red 164 ◦ green 144 ◦ blue 18

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

Shades of Lucky #A49012

Tints of Lucky #A49012

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.17%

 BLUE value IS 18 (7.42% from 255) = 5.52%

R = 50.31%
G = 44.17%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A49012 (or 0xA49012) is known color: Lucky. HEX triplet: A4, 90 and 12. RGB value is (164,144,18). Sum of RGB (Red+Green+Blue) = 164+144+18=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A49012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49012 is #5B6FED. Grayscale: #888888. Windows color (decimal): -5992430 or 1216676. OLE color: 1216676.

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

Color convert

RGB 164 144 18 -
CMYK 0 0.12 0.89 0.36
HSL 51.78º 0.8% 0.36% -
HSV(B) 51.78º 0.89% 0.64% -
XYZ 25.39 27.88 4.62 -
YUV 135.62 61.63 148.25 -
System Red Green Blue C M Y K H S L
Decimal 164 144 18 0 0.12 0.89 0.36 51.78 0.8 0.36
Hex A4 90 12 0 C 59 24 34 50 24
Octal 244 220 22 0 14 131 44 64 120 44
Binary 10100100 10010000 10010 0 1100 1011001 100100 110100 1010000 100100

Color Harmonies of #A49012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49012

Black with #A49012

Text Example


Text Example

White with #A49012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49012; }

 p { color: rgb(164,144,18); }

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

background-color css

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

 a { background-color: rgb(164,144,18); }

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

border-color css

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

 span { border-color: rgb(164,144,18); }

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