Html Css Color HEX #A49523 Lucky

📋 copy color: '#A49523'

red 164 ◦ green 149 ◦ blue 35

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

Shades of Lucky #A49523

Tints of Lucky #A49523

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.82%

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

R = 47.13%
G = 42.82%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A49523 (or 0xA49523) is known color: Lucky. HEX triplet: A4, 95 and 23. RGB value is (164,149,35). Sum of RGB (Red+Green+Blue) = 164+149+35=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A49523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49523 is #5B6ADC. Grayscale: #8C8C8C. Windows color (decimal): -5991133 or 2332068. OLE color: 2332068.

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

Color convert

RGB 164 149 35 -
CMYK 0 0.09 0.79 0.36
HSL 53.02º 0.65% 0.39% -
HSV(B) 53.02º 0.79% 0.64% -
XYZ 26.36 29.51 5.9 -
YUV 140.49 68.47 144.77 -
System Red Green Blue C M Y K H S L
Decimal 164 149 35 0 0.09 0.79 0.36 53.02 0.65 0.39
Hex A4 95 23 0 9 4F 24 35 41 27
Octal 244 225 43 0 11 117 44 65 101 47
Binary 10100100 10010101 100011 0 1001 1001111 100100 110101 1000001 100111

Color Harmonies of #A49523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49523

Black with #A49523

Text Example


Text Example

White with #A49523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49523; }

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

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

background-color css

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

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

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

border-color css

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

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

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