Html Css Color HEX #A1990B Lucky

📋 copy color: '#A1990B'

red 161 ◦ green 153 ◦ blue 11

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

Shades of Lucky #A1990B

Tints of Lucky #A1990B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.08%

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

R = 49.54%
G = 47.08%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A1990B (or 0xA1990B) is known color: Lucky. HEX triplet: A1, 99 and 0B. RGB value is (161,153,11). Sum of RGB (Red+Green+Blue) = 161+153+11=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1990B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1990B is #5E66F4. Grayscale: #8B8B8B. Windows color (decimal): -6186741 or 760225. OLE color: 760225.

HSL color Cylindrical-coordinate representation of color #A1990B: hue angle of 56.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 #A1990B is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 153 11 -
CMYK 0 0.05 0.93 0.37
HSL 56.8º 0.87% 0.34% -
HSV(B) 56.8º 0.93% 0.63% -
XYZ 26.15 30.38 4.8 -
YUV 139.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 161 153 11 0 0.05 0.93 0.37 56.8 0.87 0.34
Hex A1 99 B 0 5 5D 25 39 57 22
Octal 241 231 13 0 5 135 45 71 127 42
Binary 10100001 10011001 1011 0 101 1011101 100101 111001 1010111 100010

Color Harmonies of #A1990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1990B

Black with #A1990B

Text Example


Text Example

White with #A1990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1990B; }

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

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

background-color css

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

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

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

border-color css

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

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

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