Html Css Color HEX #A19F10 Lucky

📋 copy color: '#A19F10'

red 161 ◦ green 159 ◦ blue 16

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

Shades of Lucky #A19F10

Tints of Lucky #A19F10

RGB

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

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

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

R = 47.92%
G = 47.32%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A19F10 (or 0xA19F10) is known color: Lucky. HEX triplet: A1, 9F and 10. RGB value is (161,159,16). Sum of RGB (Red+Green+Blue) = 161+159+16=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19F10 is #5E60EF. Grayscale: #8F8F8F. Windows color (decimal): -6185200 or 1089441. OLE color: 1089441.

HSL color Cylindrical-coordinate representation of color #A19F10: hue angle of 59.17º 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 #A19F10 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 159 16 -
CMYK 0 0.01 0.90 0.37
HSL 59.17º 0.82% 0.35% -
HSV(B) 59.17º 0.9% 0.63% -
XYZ 27.19 32.41 5.31 -
YUV 143.3 56.16 140.63 -
System Red Green Blue C M Y K H S L
Decimal 161 159 16 0 0.01 0.90 0.37 59.17 0.82 0.35
Hex A1 9F 10 0 1 5A 25 3B 52 23
Octal 241 237 20 0 1 132 45 73 122 43
Binary 10100001 10011111 10000 0 1 1011010 100101 111011 1010010 100011

Color Harmonies of #A19F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19F10

Black with #A19F10

Text Example


Text Example

White with #A19F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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