Html Css Color HEX #A1980E Lucky

📋 copy color: '#A1980E'

red 161 ◦ green 152 ◦ blue 14

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

Shades of Lucky #A1980E

Tints of Lucky #A1980E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.48%

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

R = 49.24%
G = 46.48%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1980E (or 0xA1980E) is known color: Lucky. HEX triplet: A1, 98 and 0E. RGB value is (161,152,14). Sum of RGB (Red+Green+Blue) = 161+152+14=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A1980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1980E is #5E67F1. Grayscale: #8B8B8B. Windows color (decimal): -6186994 or 956577. OLE color: 956577.

HSL color Cylindrical-coordinate representation of color #A1980E: hue angle of 56.33º 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 #A1980E is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 152 14 -
CMYK 0 0.06 0.91 0.37
HSL 56.33º 0.84% 0.34% -
HSV(B) 56.33º 0.91% 0.63% -
XYZ 26.01 30.07 4.85 -
YUV 138.96 57.48 143.72 -
System Red Green Blue C M Y K H S L
Decimal 161 152 14 0 0.06 0.91 0.37 56.33 0.84 0.34
Hex A1 98 E 0 6 5B 25 38 54 22
Octal 241 230 16 0 6 133 45 70 124 42
Binary 10100001 10011000 1110 0 110 1011011 100101 111000 1010100 100010

Color Harmonies of #A1980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1980E

Black with #A1980E

Text Example


Text Example

White with #A1980E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1980E; }

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

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

background-color css

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

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

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

border-color css

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

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

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