Html Css Color HEX #A19F13 Lucky

📋 copy color: '#A19F13'

red 161 ◦ green 159 ◦ blue 19

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

Shades of Lucky #A19F13

Tints of Lucky #A19F13

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.9%

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 47.49%
G = 46.9%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A19F13 (or 0xA19F13) is known color: Lucky. HEX triplet: A1, 9F and 13. RGB value is (161,159,19). Sum of RGB (Red+Green+Blue) = 161+159+19=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19F13 is #5E60EC. Grayscale: #909090. Windows color (decimal): -6185197 or 1286049. OLE color: 1286049.

HSL color Cylindrical-coordinate representation of color #A19F13: hue angle of 59.15º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A19F13 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 159 19 -
CMYK 0 0.01 0.88 0.37
HSL 59.15º 0.79% 0.35% -
HSV(B) 59.15º 0.88% 0.63% -
XYZ 27.21 32.42 5.44 -
YUV 143.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 161 159 19 0 0.01 0.88 0.37 59.15 0.79 0.35
Hex A1 9F 13 0 1 58 25 3B 4F 23
Octal 241 237 23 0 1 130 45 73 117 43
Binary 10100001 10011111 10011 0 1 1011000 100101 111011 1001111 100011

Color Harmonies of #A19F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19F13

Black with #A19F13

Text Example


Text Example

White with #A19F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19F13; }

 p { color: rgb(161,159,19); }

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

background-color css

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

 a { background-color: rgb(161,159,19); }

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

border-color css

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

 span { border-color: rgb(161,159,19); }

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