Html Css Color HEX #A19503 Lucky

📋 copy color: '#A19503'

red 161 ◦ green 149 ◦ blue 3

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

Shades of Lucky #A19503

Tints of Lucky #A19503

RGB

 RED value IS 161 (63.28% from 255) = 51.44%

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

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

R = 51.44%
G = 47.6%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A19503 (or 0xA19503) is known color: Lucky. HEX triplet: A1, 95 and 03. RGB value is (161,149,3). Sum of RGB (Red+Green+Blue) = 161+149+3=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A19503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19503 is #5E6AFC. Grayscale: #888888. Windows color (decimal): -6187773 or 234913. OLE color: 234913.

HSL color Cylindrical-coordinate representation of color #A19503: hue angle of 55.44º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A19503 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 149 3 -
CMYK 0 0.07 0.98 0.37
HSL 55.44º 0.96% 0.32% -
HSV(B) 55.44º 0.98% 0.63% -
XYZ 25.46 29.08 4.36 -
YUV 135.94 52.98 145.87 -
System Red Green Blue C M Y K H S L
Decimal 161 149 3 0 0.07 0.98 0.37 55.44 0.96 0.32
Hex A1 95 3 0 7 62 25 37 60 20
Octal 241 225 3 0 7 142 45 67 140 40
Binary 10100001 10010101 11 0 111 1100010 100101 110111 1100000 100000

Color Harmonies of #A19503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19503

Black with #A19503

Text Example


Text Example

White with #A19503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19503; }

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

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

background-color css

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

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

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

border-color css

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

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

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