Html Css Color HEX #A19417 Lucky

📋 copy color: '#A19417'

red 161 ◦ green 148 ◦ blue 23

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

Shades of Lucky #A19417

Tints of Lucky #A19417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.58%

 BLUE value IS 23 (9.38% from 255) = 6.93%

R = 48.49%
G = 44.58%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A19417 (or 0xA19417) is known color: Lucky. HEX triplet: A1, 94 and 17. RGB value is (161,148,23). Sum of RGB (Red+Green+Blue) = 161+148+23=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A19417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19417 is #5E6BE8. Grayscale: #8A8A8A. Windows color (decimal): -6188009 or 1545377. OLE color: 1545377.

HSL color Cylindrical-coordinate representation of color #A19417: hue angle of 54.35º degrees, saturation: 0.75, 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 #A19417 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 148 23 -
CMYK 0 0.08 0.86 0.37
HSL 54.35º 0.75% 0.36% -
HSV(B) 54.35º 0.86% 0.63% -
XYZ 25.44 28.82 5.03 -
YUV 137.64 63.31 144.66 -
System Red Green Blue C M Y K H S L
Decimal 161 148 23 0 0.08 0.86 0.37 54.35 0.75 0.36
Hex A1 94 17 0 8 56 25 36 4B 24
Octal 241 224 27 0 10 126 45 66 113 44
Binary 10100001 10010100 10111 0 1000 1010110 100101 110110 1001011 100100

Color Harmonies of #A19417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19417

Black with #A19417

Text Example


Text Example

White with #A19417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19417; }

 p { color: rgb(161,148,23); }

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

background-color css

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

 a { background-color: rgb(161,148,23); }

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

border-color css

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

 span { border-color: rgb(161,148,23); }

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