Html Css Color HEX #A1990E Lucky

📋 copy color: '#A1990E'

red 161 ◦ green 153 ◦ blue 14

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

Shades of Lucky #A1990E

Tints of Lucky #A1990E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.27%

R = 49.09%
G = 46.65%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1990E (or 0xA1990E) is known color: Lucky. HEX triplet: A1, 99 and 0E. RGB value is (161,153,14). Sum of RGB (Red+Green+Blue) = 161+153+14=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A1990E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1990E is #5E66F1. Grayscale: #8C8C8C. Windows color (decimal): -6186738 or 956833. OLE color: 956833.

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

Color convert

RGB 161 153 14 -
CMYK 0 0.05 0.91 0.37
HSL 56.73º 0.84% 0.34% -
HSV(B) 56.73º 0.91% 0.63% -
XYZ 26.17 30.39 4.9 -
YUV 139.55 57.15 143.3 -
System Red Green Blue C M Y K H S L
Decimal 161 153 14 0 0.05 0.91 0.37 56.73 0.84 0.34
Hex A1 99 E 0 5 5B 25 39 54 22
Octal 241 231 16 0 5 133 45 71 124 42
Binary 10100001 10011001 1110 0 101 1011011 100101 111001 1010100 100010

Color Harmonies of #A1990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1990E

Black with #A1990E

Text Example


Text Example

White with #A1990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1990E; }

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

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

background-color css

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

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

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

border-color css

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

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

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