Html Css Color HEX #A19E1C Lucky

📋 copy color: '#A19E1C'

red 161 ◦ green 158 ◦ blue 28

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

Shades of Lucky #A19E1C

Tints of Lucky #A19E1C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.53%

 BLUE value IS 28 (11.33% from 255) = 8.07%

R = 46.4%
G = 45.53%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A19E1C (or 0xA19E1C) is known color: Lucky. HEX triplet: A1, 9E and 1C. RGB value is (161,158,28). Sum of RGB (Red+Green+Blue) = 161+158+28=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19E1C is #5E61E3. Grayscale: #909090. Windows color (decimal): -6185444 or 1875617. OLE color: 1875617.

HSL color Cylindrical-coordinate representation of color #A19E1C: hue angle of 58.65º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A19E1C is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 158 28 -
CMYK 0 0.02 0.83 0.37
HSL 58.65º 0.7% 0.37% -
HSV(B) 58.65º 0.83% 0.63% -
XYZ 27.13 32.11 5.87 -
YUV 144.08 62.49 140.07 -
System Red Green Blue C M Y K H S L
Decimal 161 158 28 0 0.02 0.83 0.37 58.65 0.7 0.37
Hex A1 9E 1C 0 2 53 25 3B 46 25
Octal 241 236 34 0 2 123 45 73 106 45
Binary 10100001 10011110 11100 0 10 1010011 100101 111011 1000110 100101

Color Harmonies of #A19E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19E1C

Black with #A19E1C

Text Example


Text Example

White with #A19E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19E1C; }

 p { color: rgb(161,158,28); }

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

background-color css

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

 a { background-color: rgb(161,158,28); }

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

border-color css

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

 span { border-color: rgb(161,158,28); }

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