Html Css Color HEX #A1940B Lucky

📋 copy color: '#A1940B'

red 161 ◦ green 148 ◦ blue 11

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

Shades of Lucky #A1940B

Tints of Lucky #A1940B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.44%

R = 50.31%
G = 46.25%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A1940B (or 0xA1940B) is known color: Lucky. HEX triplet: A1, 94 and 0B. RGB value is (161,148,11). Sum of RGB (Red+Green+Blue) = 161+148+11=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A1940B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1940B is #5E6BF4. Grayscale: #888888. Windows color (decimal): -6188021 or 758945. OLE color: 758945.

HSL color Cylindrical-coordinate representation of color #A1940B: hue angle of 54.8º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1940B is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 148 11 -
CMYK 0 0.08 0.93 0.37
HSL 54.8º 0.87% 0.34% -
HSV(B) 54.8º 0.93% 0.63% -
XYZ 25.35 28.78 4.54 -
YUV 136.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 161 148 11 0 0.08 0.93 0.37 54.8 0.87 0.34
Hex A1 94 B 0 8 5D 25 37 57 22
Octal 241 224 13 0 10 135 45 67 127 42
Binary 10100001 10010100 1011 0 1000 1011101 100101 110111 1010111 100010

Color Harmonies of #A1940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1940B

Black with #A1940B

Text Example


Text Example

White with #A1940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1940B; }

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

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

background-color css

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

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

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

border-color css

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

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

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