Html Css Color HEX #A49423 Lucky

📋 copy color: '#A49423'

red 164 ◦ green 148 ◦ blue 35

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

Shades of Lucky #A49423

Tints of Lucky #A49423

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.65%

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

R = 47.26%
G = 42.65%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A49423 (or 0xA49423) is known color: Lucky. HEX triplet: A4, 94 and 23. RGB value is (164,148,35). Sum of RGB (Red+Green+Blue) = 164+148+35=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A49423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49423 is #5B6BDC. Grayscale: #8C8C8C. Windows color (decimal): -5991389 or 2331812. OLE color: 2331812.

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

Color convert

RGB 164 148 35 -
CMYK 0 0.10 0.79 0.36
HSL 52.56º 0.65% 0.39% -
HSV(B) 52.56º 0.79% 0.64% -
XYZ 26.2 29.19 5.84 -
YUV 139.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 164 148 35 0 0.10 0.79 0.36 52.56 0.65 0.39
Hex A4 94 23 0 A 4F 24 35 41 27
Octal 244 224 43 0 12 117 44 65 101 47
Binary 10100100 10010100 100011 0 1010 1001111 100100 110101 1000001 100111

Color Harmonies of #A49423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49423

Black with #A49423

Text Example


Text Example

White with #A49423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49423; }

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

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

background-color css

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

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

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

border-color css

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

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

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