Html Css Color HEX #A19716 Lucky

📋 copy color: '#A19716'

red 161 ◦ green 151 ◦ blue 22

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

Shades of Lucky #A19716

Tints of Lucky #A19716

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.21%

 BLUE value IS 22 (8.98% from 255) = 6.59%

R = 48.2%
G = 45.21%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A19716 (or 0xA19716) is known color: Lucky. HEX triplet: A1, 97 and 16. RGB value is (161,151,22). Sum of RGB (Red+Green+Blue) = 161+151+22=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A19716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19716 is #5E68E9. Grayscale: #8B8B8B. Windows color (decimal): -6187242 or 1480609. OLE color: 1480609.

HSL color Cylindrical-coordinate representation of color #A19716: hue angle of 55.68º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A19716 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 151 22 -
CMYK 0 0.06 0.86 0.37
HSL 55.68º 0.76% 0.36% -
HSV(B) 55.68º 0.86% 0.63% -
XYZ 25.91 29.77 5.14 -
YUV 139.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 161 151 22 0 0.06 0.86 0.37 55.68 0.76 0.36
Hex A1 97 16 0 6 56 25 38 4C 24
Octal 241 227 26 0 6 126 45 70 114 44
Binary 10100001 10010111 10110 0 110 1010110 100101 111000 1001100 100100

Color Harmonies of #A19716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19716

Black with #A19716

Text Example


Text Example

White with #A19716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19716; }

 p { color: rgb(161,151,22); }

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

background-color css

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

 a { background-color: rgb(161,151,22); }

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

border-color css

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

 span { border-color: rgb(161,151,22); }

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