Html Css Color HEX #A1961F Lucky

📋 copy color: '#A1961F'

red 161 ◦ green 150 ◦ blue 31

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

Shades of Lucky #A1961F

Tints of Lucky #A1961F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.86%

 BLUE value IS 31 (12.5% from 255) = 9.06%

R = 47.08%
G = 43.86%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1961F (or 0xA1961F) is known color: Lucky. HEX triplet: A1, 96 and 1F. RGB value is (161,150,31). Sum of RGB (Red+Green+Blue) = 161+150+31=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1961F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1961F is #5E69E0. Grayscale: #8C8C8C. Windows color (decimal): -6187489 or 2070177. OLE color: 2070177.

HSL color Cylindrical-coordinate representation of color #A1961F: hue angle of 54.92º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1961F is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 150 31 -
CMYK 0 0.07 0.81 0.37
HSL 54.92º 0.68% 0.38% -
HSV(B) 54.92º 0.81% 0.63% -
XYZ 25.85 29.49 5.63 -
YUV 139.72 66.64 143.18 -
System Red Green Blue C M Y K H S L
Decimal 161 150 31 0 0.07 0.81 0.37 54.92 0.68 0.38
Hex A1 96 1F 0 7 51 25 37 44 26
Octal 241 226 37 0 7 121 45 67 104 46
Binary 10100001 10010110 11111 0 111 1010001 100101 110111 1000100 100110

Color Harmonies of #A1961F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1961F

Black with #A1961F

Text Example


Text Example

White with #A1961F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1961F; }

 p { color: rgb(161,150,31); }

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

background-color css

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

 a { background-color: rgb(161,150,31); }

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

border-color css

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

 span { border-color: rgb(161,150,31); }

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