Html Css Color HEX #A49324 Lucky

📋 copy color: '#A49324'

red 164 ◦ green 147 ◦ blue 36

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

Shades of Lucky #A49324

Tints of Lucky #A49324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.37%

R = 47.26%
G = 42.36%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A49324 (or 0xA49324) is known color: Lucky. HEX triplet: A4, 93 and 24. RGB value is (164,147,36). Sum of RGB (Red+Green+Blue) = 164+147+36=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A49324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49324 is #5B6CDB. Grayscale: #8B8B8B. Windows color (decimal): -5991644 or 2397092. OLE color: 2397092.

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

Color convert

RGB 164 147 36 -
CMYK 0 0.10 0.78 0.36
HSL 52.03º 0.64% 0.39% -
HSV(B) 52.03º 0.78% 0.64% -
XYZ 26.06 28.89 5.87 -
YUV 139.43 69.63 145.53 -
System Red Green Blue C M Y K H S L
Decimal 164 147 36 0 0.10 0.78 0.36 52.03 0.64 0.39
Hex A4 93 24 0 A 4E 24 34 40 27
Octal 244 223 44 0 12 116 44 64 100 47
Binary 10100100 10010011 100100 0 1010 1001110 100100 110100 1000000 100111

Color Harmonies of #A49324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49324

Black with #A49324

Text Example


Text Example

White with #A49324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49324; }

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

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

background-color css

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

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

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

border-color css

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

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

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