Html Css Color HEX #A49503 Lucky

📋 copy color: '#A49503'

red 164 ◦ green 149 ◦ blue 3

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

Shades of Lucky #A49503

Tints of Lucky #A49503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.95%

R = 51.9%
G = 47.15%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A49503 (or 0xA49503) is known color: Lucky. HEX triplet: A4, 95 and 03. RGB value is (164,149,3). Sum of RGB (Red+Green+Blue) = 164+149+3=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A49503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49503 is #5B6AFC. Grayscale: #898989. Windows color (decimal): -5991165 or 234916. OLE color: 234916.

HSL color Cylindrical-coordinate representation of color #A49503: hue angle of 54.41º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A49503 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 149 3 -
CMYK 0 0.09 0.98 0.36
HSL 54.41º 0.96% 0.33% -
HSV(B) 54.41º 0.98% 0.64% -
XYZ 26.07 29.39 4.39 -
YUV 136.84 52.47 147.37 -
System Red Green Blue C M Y K H S L
Decimal 164 149 3 0 0.09 0.98 0.36 54.41 0.96 0.33
Hex A4 95 3 0 9 62 24 36 60 21
Octal 244 225 3 0 11 142 44 66 140 41
Binary 10100100 10010101 11 0 1001 1100010 100100 110110 1100000 100001

Color Harmonies of #A49503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49503

Black with #A49503

Text Example


Text Example

White with #A49503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49503; }

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

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

background-color css

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

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

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

border-color css

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

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

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