Html Css Color HEX #A19510 Lucky

📋 copy color: '#A19510'

red 161 ◦ green 149 ◦ blue 16

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

Shades of Lucky #A19510

Tints of Lucky #A19510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.91%

R = 49.39%
G = 45.71%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A19510 (or 0xA19510) is known color: Lucky. HEX triplet: A1, 95 and 10. RGB value is (161,149,16). Sum of RGB (Red+Green+Blue) = 161+149+16=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A19510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19510 is #5E6AEF. Grayscale: #898989. Windows color (decimal): -6187760 or 1086881. OLE color: 1086881.

HSL color Cylindrical-coordinate representation of color #A19510: hue angle of 55.03º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A19510 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 149 16 -
CMYK 0 0.07 0.90 0.37
HSL 55.03º 0.82% 0.35% -
HSV(B) 55.03º 0.9% 0.63% -
XYZ 25.54 29.11 4.76 -
YUV 137.43 59.48 144.81 -
System Red Green Blue C M Y K H S L
Decimal 161 149 16 0 0.07 0.90 0.37 55.03 0.82 0.35
Hex A1 95 10 0 7 5A 25 37 52 23
Octal 241 225 20 0 7 132 45 67 122 43
Binary 10100001 10010101 10000 0 111 1011010 100101 110111 1010010 100011

Color Harmonies of #A19510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19510

Black with #A19510

Text Example


Text Example

White with #A19510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19510; }

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

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

background-color css

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

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

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

border-color css

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

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

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