Html Css Color HEX #A1950E Lucky

📋 copy color: '#A1950E'

red 161 ◦ green 149 ◦ blue 14

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

Shades of Lucky #A1950E

Tints of Lucky #A1950E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.99%

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

R = 49.69%
G = 45.99%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1950E (or 0xA1950E) is known color: Lucky. HEX triplet: A1, 95 and 0E. RGB value is (161,149,14). Sum of RGB (Red+Green+Blue) = 161+149+14=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1950E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1950E is #5E6AF1. Grayscale: #898989. Windows color (decimal): -6187762 or 955809. OLE color: 955809.

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

Color convert

RGB 161 149 14 -
CMYK 0 0.07 0.91 0.37
HSL 55.1º 0.84% 0.34% -
HSV(B) 55.1º 0.91% 0.63% -
XYZ 25.52 29.1 4.69 -
YUV 137.2 58.48 144.98 -
System Red Green Blue C M Y K H S L
Decimal 161 149 14 0 0.07 0.91 0.37 55.1 0.84 0.34
Hex A1 95 E 0 7 5B 25 37 54 22
Octal 241 225 16 0 7 133 45 67 124 42
Binary 10100001 10010101 1110 0 111 1011011 100101 110111 1010100 100010

Color Harmonies of #A1950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1950E

Black with #A1950E

Text Example


Text Example

White with #A1950E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1950E; }

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

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

background-color css

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

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

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

border-color css

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

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

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