Html Css Color HEX #A49123 Lucky

📋 copy color: '#A49123'

red 164 ◦ green 145 ◦ blue 35

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

Shades of Lucky #A49123

Tints of Lucky #A49123

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.15%

 BLUE value IS 35 (14.06% from 255) = 10.17%

R = 47.67%
G = 42.15%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A49123 (or 0xA49123) is known color: Lucky. HEX triplet: A4, 91 and 23. RGB value is (164,145,35). Sum of RGB (Red+Green+Blue) = 164+145+35=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A49123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49123 is #5B6EDC. Grayscale: #8A8A8A. Windows color (decimal): -5992157 or 2331044. OLE color: 2331044.

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

Color convert

RGB 164 145 35 -
CMYK 0 0.12 0.79 0.36
HSL 51.16º 0.65% 0.39% -
HSV(B) 51.16º 0.79% 0.64% -
XYZ 25.74 28.26 5.69 -
YUV 138.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 164 145 35 0 0.12 0.79 0.36 51.16 0.65 0.39
Hex A4 91 23 0 C 4F 24 33 41 27
Octal 244 221 43 0 14 117 44 63 101 47
Binary 10100100 10010001 100011 0 1100 1001111 100100 110011 1000001 100111

Color Harmonies of #A49123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49123

Black with #A49123

Text Example


Text Example

White with #A49123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49123; }

 p { color: rgb(164,145,35); }

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

background-color css

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

 a { background-color: rgb(164,145,35); }

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

border-color css

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

 span { border-color: rgb(164,145,35); }

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