Html Css Color HEX #A49312 Lucky

📋 copy color: '#A49312'

red 164 ◦ green 147 ◦ blue 18

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

Shades of Lucky #A49312

Tints of Lucky #A49312

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.68%

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

R = 49.85%
G = 44.68%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A49312 (or 0xA49312) is known color: Lucky. HEX triplet: A4, 93 and 12. RGB value is (164,147,18). Sum of RGB (Red+Green+Blue) = 164+147+18=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A49312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49312 is #5B6CED. Grayscale: #898989. Windows color (decimal): -5991662 or 1217444. OLE color: 1217444.

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

Color convert

RGB 164 147 18 -
CMYK 0 0.10 0.89 0.36
HSL 53.01º 0.8% 0.36% -
HSV(B) 53.01º 0.89% 0.64% -
XYZ 25.85 28.8 4.77 -
YUV 137.38 60.63 146.99 -
System Red Green Blue C M Y K H S L
Decimal 164 147 18 0 0.10 0.89 0.36 53.01 0.8 0.36
Hex A4 93 12 0 A 59 24 35 50 24
Octal 244 223 22 0 12 131 44 65 120 44
Binary 10100100 10010011 10010 0 1010 1011001 100100 110101 1010000 100100

Color Harmonies of #A49312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49312

Black with #A49312

Text Example


Text Example

White with #A49312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49312; }

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

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

background-color css

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

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

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

border-color css

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

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

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